Searched refs:lua_isfunction (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 110 else if (lua_isfunction(L, arg+1)) { in db_getinfo() 214 if (lua_isfunction(L, -1)) { in hookf()
|
| H A D | lbaselib.c | 118 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 D | lua.c | 85 if (!lua_isfunction(L, -1)) { in traceback()
|
| H A D | lua.h | 264 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
|
| H A D | loadlib.c | 474 if (lua_isfunction(L, -1)) /* did it find module? */ in ll_require()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
|