#include <lobject.h>
Public Attributes | |
| CommonHeader | |
| TValue * | v |
| union { | |
| TValue value | |
| struct { | |
| struct UpVal * prev | |
| struct UpVal * next | |
| } l | |
| } | u |
struct UpVal* UpVal::prev [read] |
struct UpVal* UpVal::next [read] |
| struct { ... } UpVal::l |
| union { ... } UpVal::u |
1.5.5