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