#include <lua/lobject.h>
Data Fields | |
GCObject * | next |
lu_byte | tt |
lu_byte | marked |
TValue * | v |
union { | |
TValue value | |
struct { | |
struct UpVal * prev | |
struct UpVal * next | |
} l | |
} | u |
Definition at line 274 of file lobject.h.
Definition at line 276 of file lobject.h.
Referenced by aux_upvalue(), luaC_linkupval(), luaF_close(), luaF_findupval(), luaF_freeupval(), luaF_newupval(), luaV_execute(), reallymarkobject(), and remarkupvals().
Definition at line 278 of file lobject.h.
Referenced by luaF_close(), luaF_findupval(), luaF_freeupval(), luaF_newupval(), and reallymarkobject().
struct UpVal* UpVal::prev [read] |
struct UpVal* UpVal::next [read] |
struct { ... } UpVal::l |
Referenced by lua_newstate(), luaF_findupval(), remarkupvals(), and unlinkupval().
union { ... } UpVal::u |
Referenced by lua_newstate(), luaF_close(), luaF_findupval(), luaF_freeupval(), luaF_newupval(), reallymarkobject(), remarkupvals(), and unlinkupval().