Ardour
9.0-pre0-582-g084a23a80d
|
#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 |