Home
last modified time | relevance | path

Searched defs:lua_State (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlstate.h306 struct lua_State { struct
318 struct lua_State *twups; /* list of threads with open upvalues */ argument
319 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 …]
H A Dlua.h57 typedef struct lua_State lua_State; typedef