|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <lobject.h>
Public Attributes | |
| GCObject * | next |
| lu_byte | tt |
| lu_byte | marked |
| lu_byte | numparams |
| lu_byte | is_vararg |
| lu_byte | maxstacksize |
| int | sizeupvalues |
| int | sizek |
| int | sizecode |
| int | sizelineinfo |
| int | sizep |
| int | sizelocvars |
| int | linedefined |
| int | lastlinedefined |
| TValue * | k |
| Instruction * | code |
| struct Proto ** | p |
| int * | lineinfo |
| LocVar * | locvars |
| Upvaldesc * | upvalues |
| struct LClosure * | cache |
| TString * | source |
| GCObject * | gclist |
| Instruction* Proto::code |