HomeSort by relevance Sort by last modified time
    Searched refs:ttisfunction (Results 1 - 10 of 10) 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/lua/src/
ldebug.c 319 api_check(L, ttisfunction(func), "function expected");
326 lua_assert(ttisfunction(ci->func));
lobject.h 152 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
lvm.c 181 if (ttisfunction(tm)) { /* is metamethod a function? */
228 if (ttisfunction(tm)) {
    [all...]
ldo.c 318 if (!ttisfunction(tm))
lgc.c 813 if (tm != NULL && ttisfunction(tm)) { /* is there a finalizer? */
    [all...]

Completed in 1565 milliseconds