|
rpm
4.5
|
#include <lua/lobject.h>

Data Fields | |
| GCObject * | next |
| lu_byte | tt |
| lu_byte | marked |
| TObject * | v |
| TObject | value |
| lu_byte UpVal::marked |
Definition at line 257 of file lobject.h.
Referenced by luaF_findupval(), and traverseclosure().
| GCObject* UpVal::next |
Definition at line 257 of file lobject.h.
Referenced by luaF_close(), and luaF_findupval().
| lu_byte UpVal::tt |
Definition at line 257 of file lobject.h.
Referenced by luaF_findupval().
| TObject* UpVal::v |
Definition at line 259 of file lobject.h.
Referenced by aux_upvalue(), luaF_close(), luaF_findupval(), and luaV_execute().
| TObject UpVal::value |
Definition at line 260 of file lobject.h.
Referenced by luaF_close(), and traverseclosure().
1.8.2