Home
last modified time | relevance | path

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

/src/contrib/lua/src/
H A Dldo.h75 LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status);
H A Dlstate.c276 luaD_closeprotected(L, 1, LUA_OK); /* close all upvalues */ in close_state()
334 status = luaD_closeprotected(L, 1, status); in luaE_resetthread()
H A Dldo.c935 int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status) { in luaD_closeprotected() function
968 status = luaD_closeprotected(L, old_top, status); in luaD_pcall()