HomeSort by relevance Sort by last modified time
    Searched refs:ttisfunction (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.c 275 api_check(L, ttisfunction(func), "function expected");
282 lua_assert(ttisfunction(ci->func));
576 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
lobject.h 141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
lvm.c 126 if (ttisfunction(tm)) {
165 if (ttisfunction(tm)) {
ldo.c 278 if (!ttisfunction(tm))
lgc.c 815 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */
    [all...]
  /external/skia/third_party/lua/src/
ldebug.c 275 api_check(L, ttisfunction(func), "function expected");
282 lua_assert(ttisfunction(ci->func));
563 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
lobject.h 141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
lvm.c 126 if (ttisfunction(tm)) {
165 if (ttisfunction(tm)) {
ldo.c 277 if (!ttisfunction(tm))
lgc.c 808 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */
    [all...]
  /external/syslinux/com32/lua/src/
ldebug.c 275 api_check(L, ttisfunction(func), "function expected");
282 lua_assert(ttisfunction(ci->func));
576 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
lobject.h 141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
lvm.c 149 if (ttisfunction(tm)) {
188 if (ttisfunction(tm)) {
ldo.c 278 if (!ttisfunction(tm))
lgc.c 815 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */
    [all...]

Completed in 1513 milliseconds