Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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()