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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.c 148 if (!isLfunction(L->top - 1)) /* not a Lua function? */
lobject.h 536 #define isLfunction(o) ttisLclosure(o)
lapi.c 1003 if (isLfunction(o))
  /external/lua/src/
lobject.h 466 #define isLfunction(o) ttisLclosure(o)
ldebug.c 176 if (!isLfunction(L->top - 1)) /* not a Lua function? */
lapi.c 1022 if (isLfunction(o))

Completed in 217 milliseconds