Home
last modified time | relevance | path

Searched defs:isLfunction (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h316 #define isLfunction(o) (ttype(o) == LUA_TFUNCTION && !clvalue(o)->c.isC) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h534 #define isLfunction(o) ttisLclosure(o) macro