Searched refs:luaD_tryfuncTM (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dldo.h76 LUAI_FUNC StkId luaD_tryfuncTM (lua_State *L, StkId func);
H A Dldo.c416 StkId luaD_tryfuncTM (lua_State *L, StkId func) { function
575 func = luaD_tryfuncTM(L, func); /* try to get '__call' metamethod */
616 func = luaD_tryfuncTM(L, func); /* try to get '__call' metamethod */

Completed in 322 milliseconds