#include <lua/lobject.h>
Collaboration diagram for UpVal:

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