Home
last modified time | relevance | path

Searched refs:lua_isfunction (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c110 else if (lua_isfunction(L, arg+1)) { in db_getinfo()
214 if (lua_isfunction(L, -1)) { in hookf()
H A Dlbaselib.c118 if (lua_isfunction(L, 1)) lua_pushvalue(L, 1); in getfunc()
578 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), 1, in luaB_cocreate()
H A Dlua.c85 if (!lua_isfunction(L, -1)) { in traceback()
H A Dlua.h264 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
H A Dloadlib.c474 if (lua_isfunction(L, -1)) /* did it find module? */ in ll_require()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro