Searched defs:lua_State (Results 1 – 4 of 4) sorted by relevance
178 struct lua_State { struct190 struct lua_State *twups; /* list of threads with open upvalues */ argument191 struct lua_longjmp *errorJmp; /* current error recover point */192 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */193 volatile lua_Hook hook;194 ptrdiff_t errfunc; /* current error handling function (stack index) */218 struct lua_State th; /* thread */ argument
56 typedef struct lua_State lua_State; typedef
154 struct lua_State { struct156 lu_byte status;157 StkId top; /* first free slot in the stack */158 global_State *l_G;162 StkId stack; /* stack base */163 int stacksize;166 lu_byte hookmask;167 lu_byte allowhook;168 int basehookcount;169 int hookcount;[all …]
52 typedef struct lua_State lua_State; typedef