#include <lstate.h>
Data Fields | |
| GCheader | gch |
| TString | ts |
| Udata | u |
| Closure | cl |
| Table | h |
| Proto | p |
| UpVal | uv |
| lua_State | th |
Definition at line 184 of file lstate.h.
| union Closure GCObject::cl |
Definition at line 185 of file lstate.h.
Referenced by correctstack(), freeobj(), luaC_link(), luaC_separateudata(), luaS_newlstr(), marktmu(), propagatemarks(), reallymarkobject(), and sweeplist().
| struct Table GCObject::h |
| struct Proto GCObject::p |
| struct lua_State GCObject::th |
| union TString GCObject::ts |
| union Udata GCObject::u |
| struct UpVal GCObject::uv |
1.4.7