Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
417 typedef struct lua_Debug lua_Debug; /* activation record */ typedef441 struct lua_Debug { struct442 int event;443 const char *name; /* (n) */444 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */445 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */446 const char *source; /* (S) */447 int currentline; /* (l) */448 int linedefined; /* (S) */449 int lastlinedefined; /* (S) */[all …]