Searched defs:lua_State (Results 1 – 2 of 2) sorted by relevance
306 struct lua_State { struct318 struct lua_State *twups; /* list of threads with open upvalues */ argument319 struct lua_longjmp *errorJmp; /* current error recover point */320 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */321 volatile lua_Hook hook;322 ptrdiff_t errfunc; /* current error handling function (stack index) */323 l_uint32 nCcalls; /* number of allowed nested C calls - 'nci' */324 int oldpc; /* last pc traced */325 int stacksize;326 int basehookcount;[all …]
57 typedef struct lua_State lua_State; typedef