#include <lstate.h>
Public Attributes | |
| lu_byte | allowhook |
| CallInfo | base_ci |
| int | basehookcount |
| CallInfo * | ci |
| CommonHeader | |
| ptrdiff_t | errfunc |
| struct lua_longjmp * | errorJmp |
| GCObject * | gclist |
| volatile lua_Hook | hook |
| int | hookcount |
| volatile l_signalT | hookmask |
| global_State * | l_G |
| l_uint32 | nCcalls |
| unsigned short | nci |
| int | oldpc |
| UpVal * | openupval |
| StkId | stack |
| StkId | stack_last |
| lu_byte | status |
| StkId | tbclist |
| StkId | top |
| struct lua_State * | twups |
| struct lua_longjmp* lua_State::errorJmp |
| global_State* lua_State::l_G |