#include <lobject.h>
Public Attributes | |
CommonHeader | |
TValue * | v |
union { | |
TValue value | |
struct { | |
struct UpVal * prev | |
struct UpVal * next | |
} l | |
} | u |
struct { ... } UpVal::l |
Referenced by lua_newstate(), luaF_findupval(), remarkupvals(), and unlinkupval().
struct UpVal* UpVal::next |
Definition at line 502 of file lobject.h.
Referenced by luaF_close(), and luaF_findupval().
union { ... } UpVal::u |
Referenced by lua_newstate(), luaF_close(), luaF_findupval(), luaF_freeupval(), luaF_newupval(), reallymarkobject(), remarkupvals(), and unlinkupval().
TValue* UpVal::v |
Definition at line 497 of file lobject.h.
Referenced by aux_upvalue(), getcached(), getupvalname(), lua_load(), luaC_checkupvalcolor(), luaF_close(), luaF_findupval(), luaF_freeupval(), luaF_newupval(), luaV_execute(), reallymarkobject(), and remarkupvals().
TValue UpVal::value |
Definition at line 499 of file lobject.h.
Referenced by luaF_close(), luaF_findupval(), luaF_freeupval(), luaF_newupval(), and reallymarkobject().