Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.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()
H A Dlvm.c126 if (ttisfunction(tm)) { in luaV_gettable()
165 if (ttisfunction(tm)) { in luaV_settable()
H A Dlobject.h140 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
H A Dldo.c282 if (!ttisfunction(tm)) in tryfuncTM()
H A Dlgc.c815 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */ in GCTM()