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

Data Fields | |
| GCObject * | next |
| lu_byte | tt |
| lu_byte | marked |
| lu_byte | isC |
| lu_byte | nupvalues |
| GCObject * | gclist |
| Proto * | p |
| TObject | g |
| UpVal * | upvals [1] |
Definition at line 278 of file lobject.h.
|
|
Definition at line 281 of file lobject.h. Referenced by luaF_newLclosure(), luaV_execute(), and traverseclosure(). |
|
|
|
|
|
Definition at line 279 of file lobject.h. Referenced by luaD_precall(), and luaF_newLclosure(). |
|
|
|
|
|
|
|
|
Definition at line 279 of file lobject.h. Referenced by luaF_freeclosure(), luaF_newLclosure(), and traverseclosure(). |
|
|
Definition at line 280 of file lobject.h. Referenced by aux_upvalue(), f_parser(), funcinfo(), luaD_precall(), luaV_execute(), and traverseclosure(). |
|
|
|
|
|
Definition at line 282 of file lobject.h. Referenced by aux_upvalue(), luaV_execute(), and traverseclosure(). |
1.4.4