Searched refs:ttisfunction (Results 1 – 5 of 5) sorted by relevance
275 api_check(L, ttisfunction(func), "function expected"); in lua_getinfo()282 lua_assert(ttisfunction(ci->func)); in lua_getinfo()576 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR); in luaG_errormsg()
126 if (ttisfunction(tm)) { in luaV_gettable()165 if (ttisfunction(tm)) { in luaV_settable()
141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
278 if (!ttisfunction(tm)) in tryfuncTM()
815 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */ in GCTM()