Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h304 struct lua_State { struct
317 struct lua_State *twups; /* list of threads with open upvalues */ argument
318 struct lua_longjmp *errorJmp; /* current error recover point */
319 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
320 volatile lua_Hook hook;
321 ptrdiff_t errfunc; /* current error handling function (stack index) */
322 l_uint32 nCcalls; /* number of nested (non-yieldable | C) calls */
323 int oldpc; /* last pc traced */
324 int basehookcount;
325 int hookcount;
[all …]
A Dlua.h57 typedef struct lua_State lua_State; typedef

Completed in 7 milliseconds