errcode 51 lib/lua/ldo.c LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) { errcode 52 lib/lua/ldo.c switch (errcode) { errcode 94 lib/lua/ldo.c LUAI_FUNC void luaD_throw (lua_State *L, int errcode) { errcode 96 lib/lua/ldo.c L->errorJmp->status = errcode; errcode 100 lib/lua/ldo.c L->status = cast_byte(errcode); errcode 102 lib/lua/ldo.c resetstack(L, errcode); errcode 51 lib/lua/ldo.h LUAI_FUNC void luaD_throw (lua_State *L, int errcode); errcode 54 lib/lua/ldo.h LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop);