|
RetroArch
|
#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 |
| StkId CallInfo::base |
| struct { ... } CallInfo::c |
| unsigned short CallInfo::callstatus |
| lua_KContext CallInfo::ctx |
| ptrdiff_t CallInfo::extra |
| StkId CallInfo::func |
| lua_KFunction CallInfo::k |
| struct { ... } CallInfo::l |
| struct CallInfo * CallInfo::next |
| short CallInfo::nresults |
| ptrdiff_t CallInfo::old_errfunc |
| struct CallInfo* CallInfo::previous |
| const Instruction* CallInfo::savedpc |
| StkId CallInfo::top |
| union { ... } CallInfo::u |
1.8.15