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

Function luaE_incCstack

third-party/lua-5.5.0/src/lstate.c:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139LUAI_FUNC void luaE_incCstack (lua_State *L) {
140 L->nCcalls++;
141 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS))
142 luaE_checkcstack(L);
143}
144
145
146static void resetCI (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaE_checkcstackFunction · 0.70

Tested by

no test coverage detected