Searched refs:luaG_callerror (Results 1 – 3 of 3) sorted by relevance
44 LUAI_FUNC l_noret luaG_callerror (lua_State *L, const TValue *o);
772 l_noret luaG_callerror (lua_State *L, const TValue *o) { in luaG_callerror() function
425 luaG_callerror(L, s2v(func)); /* nothing to call */ in tryfuncTM()