#include <lstate.h>
Data Fields | |
| CommonHeader | |
| lu_byte | status |
| StkId | top |
| StkId | base |
| global_State * | l_G |
| CallInfo * | ci |
| const Instruction * | savedpc |
| StkId | stack_last |
| StkId | stack |
| CallInfo * | end_ci |
| CallInfo * | base_ci |
| int | stacksize |
| int | size_ci |
| unsigned short | nCcalls |
| unsigned short | baseCcalls |
| lu_byte | hookmask |
| lu_byte | allowhook |
| int | basehookcount |
| int | hookcount |
| lua_Hook | hook |
| TValue | l_gt |
| TValue | env |
| GCObject * | openupval |
| GCObject * | gclist |
| struct lua_longjmp * | errorJmp |
| ptrdiff_t | errfunc |
| const Instruction* lua_State::savedpc |
| unsigned short lua_State::nCcalls |
| unsigned short lua_State::baseCcalls |
| struct lua_longjmp* lua_State::errorJmp |
| ptrdiff_t lua_State::errfunc |