Searched defs:lua_State (Results 1 – 4 of 4) sorted by relevance
155 struct lua_State { struct157 lu_byte status;158 StkId top; /* first free slot in the stack */159 global_State *l_G;163 StkId stack; /* stack base */164 int stacksize;167 lu_byte hookmask;168 lu_byte allowhook;170 int basehookcount;171 int hookcount;[all …]
273 struct lua_State { struct285 struct lua_State *twups; /* list of threads with open upvalues */ argument286 struct lua_longjmp *errorJmp; /* current error recover point */287 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */288 volatile lua_Hook hook;289 ptrdiff_t errfunc; /* current error handling function (stack index) */290 l_uint32 nCcalls; /* number of nested (non-yieldable | C) calls */291 int oldpc; /* last pc traced */292 int basehookcount;293 int hookcount;[all …]
57 typedef struct lua_State lua_State; typedef
53 typedef struct lua_State lua_State; typedef