Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldo.h74 LUAI_FUNC StkId luaD_tryfuncTM (lua_State *L, StkId func);
H A Dldo.c412 StkId luaD_tryfuncTM (lua_State *L, StkId func) { in luaD_tryfuncTM() function
571 func = luaD_tryfuncTM(L, func); /* try to get '__call' metamethod */ in luaD_pretailcall()
612 func = luaD_tryfuncTM(L, func); /* try to get '__call' metamethod */ in luaD_precall()