Home
last modified time | relevance | path

Searched refs:luaD_closeprotected (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dldo.h66 LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status);
A Dlstate.c274 luaD_closeprotected(L, 1, LUA_OK); /* close all upvalues */ in close_state()
333 status = luaD_closeprotected(L, 1, status); in luaE_resetthread()
A Dldo.c863 int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status) { in luaD_closeprotected() function
896 status = luaD_closeprotected(L, old_top, status); in luaD_pcall()

Completed in 5 milliseconds