#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 [write]           | 
        
union Udata GCObject::u [write]           | 
        
union Closure GCObject::cl [write]           | 
        
struct Table GCObject::h [read]           | 
        
struct Proto GCObject::p [read]           | 
        
struct UpVal GCObject::uv [read]           | 
        
struct lua_State GCObject::th [read]           | 
        
 1.5.2