Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
346 struct lua_Debug { struct347 int event;348 const char *name; /* (n) */350 const char *what; /* (S) `Lua', `C', `main', `tail' */351 const char *source; /* (S) */352 int currentline; /* (l) */353 int nups; /* (u) number of upvalues */354 int linedefined; /* (S) */355 int lastlinedefined; /* (S) */356 char short_src[LUA_IDSIZE]; /* (S) */[all …]