MCPcopy Create free account
hub / github.com/defold/defold / lua_iscfunction

Function lua_iscfunction

engine/lua/src/lua/lapi.c:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253
254LUA_API int lua_iscfunction (lua_State *L, int idx) {
255 StkId o = index2adr(L, idx);
256 return iscfunction(o);
257}
258
259
260LUA_API int lua_isnumber (lua_State *L, int idx) {

Callers 5

luaB_getfenvFunction · 0.85
luaB_setfenvFunction · 0.85
luaB_cocreateFunction · 0.85
setfenvFunction · 0.85
auxupvalueFunction · 0.85

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected