Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
444 typedef struct lua_Debug lua_Debug; /* activation record */ typedef469 struct lua_Debug { struct470 int event;471 const char *name; /* (n) */472 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */473 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */474 const char *source; /* (S) */475 size_t srclen; /* (S) */476 int currentline; /* (l) */477 int linedefined; /* (S) */[all …]