Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lstate.h>
Data Fields | |
GCheader | gch |
union TString | ts |
union Udata | u |
union Closure | cl |
struct Table | h |
struct Proto | p |
struct UpVal | uv |
struct lua_State | th |
CommonHeader | |
Definition at line 136 of file lua-5.1.5/src/lstate.h.
union Closure GCObject::cl |
Definition at line 140 of file lua-5.1.5/src/lstate.h.
Referenced by luaF_newCclosure(), and luaF_newLclosure().
GCObject::CommonHeader |
Definition at line 86 of file lua-5.3.6/src/lobject.h.
GCheader GCObject::gch |
Definition at line 137 of file lua-5.1.5/src/lstate.h.
Referenced by correctstack(), correctstack(), freeobj(), GCTM(), luaC_barrierf(), luaC_link(), luaC_linkupval(), luaC_separateudata(), luaS_newlstr(), luaS_resize(), marktmu(), propagatemark(), reallymarkobject(), and sweeplist().
struct Table GCObject::h |
Definition at line 141 of file lua-5.1.5/src/lstate.h.
Referenced by luaH_new().
struct Proto GCObject::p |
Definition at line 142 of file lua-5.1.5/src/lstate.h.
Referenced by luaF_newproto().
struct lua_State GCObject::th |
Definition at line 144 of file lua-5.1.5/src/lstate.h.
Referenced by lua_newthread().
union TString GCObject::ts |
Definition at line 138 of file lua-5.1.5/src/lstate.h.
Referenced by createstrobj().
union Udata GCObject::u |
Definition at line 139 of file lua-5.1.5/src/lstate.h.
Referenced by luaS_newudata().
struct UpVal GCObject::uv |
Definition at line 143 of file lua-5.1.5/src/lstate.h.
Referenced by luaF_findupval(), and luaF_newupval().