Searched refs:luaF_close (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | lfunc.h | 62 LUAI_FUNC int luaF_close (lua_State *L, StkId level, int status);
|
D | lstate.c | 310 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()
|
D | ldo.c | 121 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()
|
D | lfunc.c | 223 int luaF_close (lua_State *L, StkId level, int status) { in luaF_close() function
|
D | lvm.c | 1531 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()
|
D | lapi.c | 191 luaF_close(L, L->top + diff, LUA_OK); in lua_settop()
|