Home
last modified time | relevance | path

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

/external/lua/src/
Dlfunc.c103 static void callclose (lua_State *L, void *ud) { in callclose() function
154 callclose(L, NULL); /* call closing method */ in callclosemth()
164 int newstatus = luaD_pcall(L, callclose, NULL, oldtop, 0); in callclosemth()
208 callclose(L, NULL); /* call closing method */ in luaF_newtbcupval()