RetroArch
|
#include <lstate.h>
Public Attributes | |
CommonHeader | |
unsigned short | nci |
lu_byte | status |
StkId | top |
global_State * | l_G |
CallInfo * | ci |
const Instruction * | oldpc |
StkId | stack_last |
StkId | stack |
UpVal * | openupval |
GCObject * | gclist |
struct lua_State * | twups |
struct lua_longjmp * | errorJmp |
CallInfo | base_ci |
volatile lua_Hook | hook |
ptrdiff_t | errfunc |
int | stacksize |
int | basehookcount |
int | hookcount |
unsigned short | nny |
unsigned short | nCcalls |
l_signalT | hookmask |
lu_byte | allowhook |
lu_byte lua_State::allowhook |
CallInfo lua_State::base_ci |
int lua_State::basehookcount |
CallInfo* lua_State::ci |
lua_State::CommonHeader |
ptrdiff_t lua_State::errfunc |
struct lua_longjmp* lua_State::errorJmp |
GCObject* lua_State::gclist |
volatile lua_Hook lua_State::hook |
int lua_State::hookcount |
l_signalT lua_State::hookmask |
global_State* lua_State::l_G |
unsigned short lua_State::nCcalls |
unsigned short lua_State::nci |
unsigned short lua_State::nny |
const Instruction* lua_State::oldpc |
UpVal* lua_State::openupval |
StkId lua_State::stack |
StkId lua_State::stack_last |
int lua_State::stacksize |
lu_byte lua_State::status |
StkId lua_State::top |
struct lua_State* lua_State::twups |