Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dldebug.c275 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()
Dlvm.c149 if (ttisfunction(tm)) { in luaV_gettable()
188 if (ttisfunction(tm)) { in luaV_settable()
Dlobject.h141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
Dldo.c278 if (!ttisfunction(tm)) in tryfuncTM()
Dlgc.c815 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */ in GCTM()