Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c244 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM() function
269 func = tryfuncTM(L, func); /* check the `function' tag method */ in luaD_precall()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c344 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM() function
425 func = tryfuncTM(L, func); /* retry with 'function' tag method */ in luaD_precall()