Public Attributes | |
| StkId | base |
| lu_byte | callstatus |
| ptrdiff_t | extra |
| StkId | func |
| struct CallInfo * | next |
| int | nresults |
| short | nresults |
| struct CallInfo * | previous |
| const Instruction * | savedpc |
| int | tailcalls |
| StkId | top |
| union { | |
| struct { | |
| lua_KContext ctx | |
| lua_KFunction k | |
| ptrdiff_t old_errfunc | |
| } c | |
| struct { | |
| StkId base | |
| const Instruction * savedpc | |
| } l | |
| } | u |
| union { | |
| struct { | |
| int ctx | |
| lua_CFunction k | |
| lu_byte old_allowhook | |
| ptrdiff_t old_errfunc | |
| lu_byte status | |
| } c | |
| struct { | |
| StkId base | |
| const Instruction * savedpc | |
| } l | |
| } | u |