Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
374 typedef struct lua_Debug lua_Debug; /* activation record */ typedef398 struct lua_Debug { struct399 int event;400 const char *name; /* (n) */401 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */402 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */403 const char *source; /* (S) */404 int currentline; /* (l) */405 int linedefined; /* (S) */406 int lastlinedefined; /* (S) */[all …]