MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_iscfunction

Function lua_iscfunction

third-party/lua-5.2.4/src/lapi.c:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261LUA_API int lua_iscfunction (lua_State *L, int idx) {
262 StkId o = index2addr(L, idx);
263 return (ttislcf(o) || (ttisCclosure(o)));
264}
265
266
267LUA_API int lua_isnumber (lua_State *L, int idx) {

Callers 2

set_envFunction · 0.70
db_upvaluejoinFunction · 0.70

Calls 1

index2addrFunction · 0.70

Tested by

no test coverage detected