|
Ardour
9.0-pre0-1939-gd2b1b6f8ed
|
#include <lstate.h>
Public Attributes | |
| StkId | func |
| StkId | top |
| struct CallInfo * | previous |
| struct CallInfo * | next |
| union { | |
| struct { | |
| StkId base | |
| const Instruction * savedpc | |
| } l | |
| struct { | |
| lua_KFunction k | |
| ptrdiff_t old_errfunc | |
| lua_KContext ctx | |
| } c | |
| } | u |
| ptrdiff_t | extra |
| short | nresults |
| unsigned short | callstatus |
| struct { ... } CallInfo::c |
| lua_KContext CallInfo::ctx |
| lua_KFunction CallInfo::k |
| struct { ... } CallInfo::l |
| const Instruction* CallInfo::savedpc |
| union { ... } CallInfo::u |