luaD_throw 621 lib/lua/ldebug.c if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR); luaD_throw 627 lib/lua/ldebug.c luaD_throw(L, LUA_ERRRUN); luaD_throw 171 lib/lua/ldo.c luaD_throw(L, LUA_ERRERR); luaD_throw 375 lib/lua/ldo.c luaD_throw(L, LUA_ERRERR); /* error while handing stack error */ luaD_throw 51 lib/lua/ldo.h LUAI_FUNC void luaD_throw (lua_State *L, int errcode); luaD_throw 108 lib/lua/llex.c luaD_throw(ls->L, LUA_ERRSYNTAX); luaD_throw 81 lib/lua/lmem.c luaD_throw(L, LUA_ERRMEM); luaD_throw 39 lib/lua/lundump.c luaD_throw(S->L,LUA_ERRSYNTAX);