Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dldebug.c275 api_check(L, ttisfunction(func), "function expected"); in lua_getinfo()
282 lua_assert(ttisfunction(ci->func)); in lua_getinfo()
563 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR); in luaG_errormsg()
Dlvm.c126 if (ttisfunction(tm)) { in luaV_gettable()
165 if (ttisfunction(tm)) { in luaV_settable()
Dlobject.h141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
Dldo.c277 if (!ttisfunction(tm)) in tryfuncTM()
Dlgc.c808 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */ in GCTM()
/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()