Home
last modified time | relevance | path

Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlua.h444 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
469 struct lua_Debug { struct
470 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 …]