Searched refs:lua_iscfunction (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lbaselib.c | 135 if (lua_iscfunction(L, -1)) /* is a C function? */ in luaB_getfenv() 154 else if (lua_iscfunction(L, -2) || lua_setfenv(L, -2) == 0) in luaB_setfenv() 578 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), 1, in luaB_cocreate()
|
| H A D | lua.h | 137 LUA_API int (lua_iscfunction) (lua_State *L, int idx); variable
|
| H A D | ldblib.c | 183 if (lua_iscfunction(L, 1)) return 0; /* cannot touch C upvalues from Lua */ in auxupvalue()
|
| H A D | loadlib.c | 511 lua_iscfunction(L, -1)) in setfenv()
|
| H A D | lapi.c | 254 LUA_API int lua_iscfunction (lua_State *L, int idx) { in lua_iscfunction() function
|