#include <lobject.h>
Public Attributes | |
TString * | name |
lu_byte | instack |
lu_byte | idx |
lu_byte Upvaldesc::idx |
Definition at line 448 of file lobject.h.
Referenced by DumpUpvalues(), getcached(), LoadUpvalues(), newupvalue(), PrintDebug(), and pushclosure().
lu_byte Upvaldesc::instack |
Definition at line 447 of file lobject.h.
Referenced by combine(), DumpUpvalues(), getcached(), LoadUpvalues(), newupvalue(), and PrintDebug().
TString* Upvaldesc::name |
Definition at line 446 of file lobject.h.
Referenced by aux_upvalue(), DumpDebug(), LoadDebug(), LoadUpvalues(), newupvalue(), traverseproto(), and upvalname().