#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.
Definition at line 185 of file lstate.h.
Referenced by correctstack(), freeobj(), luaC_link(), luaC_separateudata(), luaS_newlstr(), marktmu(), propagatemarks(), reallymarkobject(), and sweeplist().
union TString GCObject::ts |
union Udata GCObject::u |
union Closure GCObject::cl |
struct Table GCObject::h |
struct Proto GCObject::p |
struct UpVal GCObject::uv |
struct lua_State GCObject::th |