Searched refs:lua_isfunction (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/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()
|