Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
380 typedef struct lua_Debug lua_Debug; /* activation record */ typedef404 struct lua_Debug { struct405 int event;406 const char *name; /* (n) */407 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */408 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */409 const char *source; /* (S) */410 int currentline; /* (l) */411 int linedefined; /* (S) */412 int lastlinedefined; /* (S) */[all …]