|
| LUA_API void | lua_sethook (lua_State *L, lua_Hook func, int mask, int count) |
| |
| LUA_API lua_Hook | lua_gethook (lua_State *L) |
| |
| LUA_API int | lua_gethookmask (lua_State *L) |
| |
| LUA_API int | lua_gethookcount (lua_State *L) |
| |
| LUA_API int | lua_getstack (lua_State *L, int level, lua_Debug *ar) |
| |
| LUA_API const char * | lua_getlocal (lua_State *L, const lua_Debug *ar, int n) |
| |
| LUA_API const char * | lua_setlocal (lua_State *L, const lua_Debug *ar, int n) |
| |
| LUA_API int | lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) |
| |
| l_noret | luaG_typeerror (lua_State *L, const TValue *o, const char *op) |
| |
| l_noret | luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) |
| |
| l_noret | luaG_opinterror (lua_State *L, const TValue *p1, const TValue *p2, const char *msg) |
| |
| l_noret | luaG_tointerror (lua_State *L, const TValue *p1, const TValue *p2) |
| |
| l_noret | luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) |
| |
| const char * | luaG_addinfo (lua_State *L, const char *msg, TString *src, int line) |
| |
| l_noret | luaG_errormsg (lua_State *L) |
| |
| l_noret | luaG_runerror (lua_State *L, const char *fmt,...) |
| |
| void | luaG_traceexec (lua_State *L) |
| |