HomeSort by relevance Sort by last modified time
    Searched refs:isLfunction (Results 1 - 9 of 9) 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/skia/third_party/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/syslinux/com32/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))

Completed in 106 milliseconds