|
native Lua
0.5.0-devel
Lua on the platform you use with the compiler you choose
|
#include <lobject.h>

Data Fields | |
| CommonHeader | |
| lu_byte | tbc |
| TValue * | v |
| union { | |
| struct { | |
| struct UpVal * next | |
| struct UpVal ** previous | |
| } open | |
| TValue value | |
| } | u |
| UpVal::CommonHeader |
| struct UpVal* UpVal::next |
| struct { ... } UpVal::open |
| struct UpVal** UpVal::previous |
| lu_byte UpVal::tbc |
| union { ... } UpVal::u |
| TValue* UpVal::v |
| TValue UpVal::value |
1.8.18