Home
last modified time | relevance | path

Searched refs:luaF_closeupval (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dlfunc.h58 LUAI_FUNC void luaF_closeupval (lua_State *L, StkId level);
Dlfunc.c197 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval() function
233 luaF_closeupval(L, level); /* first, close the upvalues */ in luaF_close()
Dlstate.c319 luaF_closeupval(L1, L1->stack.p); /* close all upvalues */ in luaE_freethread()
Dlvm.c1804 luaF_closeupval(L, base); /* close upvalues from current call */