Home
last modified time | relevance | path

Searched refs:luaF_close (Results 1 – 6 of 6) sorted by relevance

/external/lua/src/
Dlfunc.h62 LUAI_FUNC int luaF_close (lua_State *L, StkId level, int status);
Dlstate.c310 luaF_close(L, L->stack, CLOSEPROTECT); /* close all upvalues */ in close_state()
355 luaF_close(L1, L1->stack, NOCLOSINGMETH); /* close all upvalues */ in luaE_freethread()
371 status = luaF_close(L, L->stack, CLOSEPROTECT); in lua_resetthread()
Dldo.c121 errcode = luaF_close(L, L->stack, errcode); /* close all upvalues */ in luaD_throw()
392 luaF_close(L, res, LUA_OK); /* may change the stack */ in moveresults()
604 luaF_close(L, oldtop, status); /* may change the stack */ in recover()
754 status = luaF_close(L, oldtop, status); in luaD_pcall()
Dlfunc.c223 int luaF_close (lua_State *L, StkId level, int status) { in luaF_close() function
Dlvm.c1531 Protect(luaF_close(L, ra, LUA_OK)); in luaV_execute()
1631 luaF_close(L, base, NOCLOSINGMETH); in luaV_execute()
1660 luaF_close(L, base, LUA_OK); in luaV_execute()
Dlapi.c191 luaF_close(L, L->top + diff, LUA_OK); in lua_settop()