Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldo.c419 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM() function
578 func = tryfuncTM(L, func); /* try to get '__call' metamethod */ in luaD_pretailcall()
619 func = tryfuncTM(L, func); /* try to get '__call' metamethod */ in luaD_precall()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c358 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM() function
439 func = tryfuncTM(L, func); /* retry with 'function' tag method */ in luaD_precall()