Home
last modified time | relevance | path

Searched refs:ttisfunction (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/sys/contrib/openzfs/module/lua/
HDldebug.c288 api_check(L, ttisfunction(func), "function expected"); in lua_getinfo()
295 lua_assert(ttisfunction(ci->func)); in lua_getinfo()
590 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR); in luaG_errormsg()
HDlobject.h139 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
HDlvm.c127 if (ttisfunction(tm)) { in luaV_gettable()
166 if (ttisfunction(tm)) { in luaV_settable()
HDldo.c362 if (!ttisfunction(tm)) in tryfuncTM()
HDlgc.c814 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */ in GCTM()
/freebsd-head/contrib/lua/src/
HDldebug.c392 api_check(L, ttisfunction(func), "function expected"); in lua_getinfo()
399 lua_assert(ttisfunction(func)); in lua_getinfo()
812 lua_assert(ttisfunction(s2v(errfunc))); in luaG_errormsg()
HDlobject.h594 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
HDlvm.c312 if (ttisfunction(tm)) { /* is metamethod a function? */ in luaV_finishget()
357 if (ttisfunction(tm)) { in luaV_finishset()
HDlapi.c1058 api_check(L, ttisfunction(s2v(o)), "error handler must be a function"); in lua_pcallk()