rpm  4.5
Data Fields
UpVal Struct Reference

#include <lua/lobject.h>

Collaboration diagram for UpVal:
Collaboration graph
[legend]

Data Fields

GCObjectnext
lu_byte tt
lu_byte marked
TObjectv
TObject value

Detailed Description

Definition at line 256 of file lobject.h.


Field Documentation

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().


The documentation for this struct was generated from the following file: