|
lua5.4
|
#include <lstate.h>
Public 属性 | |
| StkId | func |
| StkId | top |
| struct CallInfo * | previous |
| struct CallInfo * | next |
| union { | |
| struct { | |
| const Instruction * savedpc | |
| volatile l_signalT trap | |
| int nextraargs | |
| } l | |
| struct { | |
| lua_KFunction k | |
| ptrdiff_t old_errfunc | |
| lua_KContext ctx | |
| } c | |
| } | u |
| union { | |
| int funcidx | |
| int nyield | |
| struct { | |
| unsigned short ftransfer | |
| unsigned short ntransfer | |
| } transferinfo | |
| } | u2 |
| short | nresults |
| unsigned short | callstatus |
| struct { ... } CallInfo::c |
| unsigned short CallInfo::callstatus |
| lua_KContext CallInfo::ctx |
| unsigned short CallInfo::ftransfer |
| StkId CallInfo::func |
| int CallInfo::funcidx |
| lua_KFunction CallInfo::k |
| struct { ... } CallInfo::l |
| struct CallInfo * CallInfo::next |
| int CallInfo::nextraargs |
| short CallInfo::nresults |
| unsigned short CallInfo::ntransfer |
| int CallInfo::nyield |
| ptrdiff_t CallInfo::old_errfunc |
| struct CallInfo* CallInfo::previous |
| const Instruction* CallInfo::savedpc |
| StkId CallInfo::top |
| struct { ... } CallInfo::transferinfo |
| volatile l_signalT CallInfo::trap |
| union { ... } CallInfo::u |
| union { ... } CallInfo::u2 |
1.8.18