#include <lua.h>
Data Fields | |
int | event |
const char * | name |
const char * | namewhat |
const char * | what |
const char * | source |
int | currentline |
int | nups |
int | linedefined |
int | lastlinedefined |
char | short_src [LUA_IDSIZE] |
int | i_ci |
Definition at line 346 of file lua.h.
Definition at line 352 of file lua.h.
Referenced by auxgetinfo(), db_errorfb(), db_getinfo(), hookf(), info_tailcall(), luaD_callhook(), and luaL_where().
int lua_Debug::event |
Definition at line 347 of file lua.h.
Referenced by hookf(), and luaD_callhook().
int lua_Debug::i_ci |
Definition at line 358 of file lua.h.
Referenced by lua_getinfo(), lua_getlocal(), lua_getstack(), lua_setlocal(), and luaD_callhook().
Definition at line 355 of file lua.h.
Referenced by db_getinfo(), funcinfo(), and info_tailcall().
Definition at line 354 of file lua.h.
Referenced by db_errorfb(), db_getinfo(), funcinfo(), and info_tailcall().
const char* lua_Debug::name |
Definition at line 348 of file lua.h.
Referenced by auxgetinfo(), db_errorfb(), db_getinfo(), info_tailcall(), and luaL_argerror().
const char* lua_Debug::namewhat |
Definition at line 349 of file lua.h.
Referenced by auxgetinfo(), db_errorfb(), db_getinfo(), info_tailcall(), and luaL_argerror().
int lua_Debug::nups |
Definition at line 353 of file lua.h.
Referenced by auxgetinfo(), db_getinfo(), and info_tailcall().
char lua_Debug::short_src[LUA_IDSIZE] |
Definition at line 356 of file lua.h.
Referenced by db_errorfb(), db_getinfo(), funcinfo(), info_tailcall(), and luaL_where().
const char* lua_Debug::source |
Definition at line 351 of file lua.h.
Referenced by db_getinfo(), funcinfo(), and info_tailcall().
const char* lua_Debug::what |
Definition at line 350 of file lua.h.
Referenced by db_errorfb(), db_getinfo(), funcinfo(), and info_tailcall().