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

Function luaE_incCstack

third-party/lua-5.4.6/src/lstate.c:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173LUAI_FUNC void luaE_incCstack (lua_State *L) {
174 L->nCcalls++;
175 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS))
176 luaE_checkcstack(L);
177}
178
179
180static void stack_init (lua_State *L1, lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaE_checkcstackFunction · 0.70

Tested by

no test coverage detected