Searched refs:tryfuncTM (Results 1 – 2 of 2) sorted by relevance
315 static void tryfuncTM (lua_State *L, StkId func) { in tryfuncTM() function467 tryfuncTM(L, func); /* try to get '__call' metamethod */ in luaD_precall()
284 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM() function365 func = tryfuncTM(L, func); /* retry with 'function' tag method */ in luaD_precall()