#include <lstate.h>
Public Attributes | |
| StkId | base |
| StkId | func |
| StkId | top |
| const Instruction * | savedpc |
| int | nresults |
| int | tailcalls |
Definition at line 48 of file lstate.h.
Definition at line 49 of file lstate.h.
Referenced by correctstack(), findlocal(), isinstack(), lua_close(), lua_getlocal(), lua_setlocal(), luaD_pcall(), luaD_precall(), resetstack(), resume(), resume_error(), and stack_init().
Definition at line 50 of file lstate.h.
Referenced by correctstack(), lua_getinfo(), luaD_poscall(), luaD_precall(), and stack_init().
Definition at line 51 of file lstate.h.
Referenced by correctstack(), lua_checkstack(), lua_resume(), lua_xmove(), luaD_callhook(), luaD_precall(), resume(), stack_init(), and traversestack().
| const Instruction* CallInfo::savedpc |
Definition at line 52 of file lstate.h.
Referenced by currentpc(), luaD_pcall(), and luaD_precall().
Definition at line 54 of file lstate.h.
Referenced by callrethooks(), getfuncname(), lua_getstack(), and luaD_precall().
1.5.3