Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
450 typedef struct lua_Debug lua_Debug; /* activation record */ typedef474 struct lua_Debug { struct475 int event;476 const char *name; /* (n) */477 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */478 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */479 const char *source; /* (S) */480 int currentline; /* (l) */481 int linedefined; /* (S) */482 int lastlinedefined; /* (S) */[all …]