Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlobject.h316 #define isLfunction(o) (ttype(o) == LUA_TFUNCTION && !clvalue(o)->c.isC) macro
H A Dlapi.c881 if (isLfunction(o)) in lua_dump()