Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h315 #define iscfunction(o) (ttype(o) == LUA_TFUNCTION && clvalue(o)->c.isC) macro
H A Dlapi.c256 return iscfunction(o); in lua_iscfunction()
381 return (!iscfunction(o)) ? NULL : clvalue(o)->c.f; in lua_tocfunction()