MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaE_incCstack

Function luaE_incCstack

3rd/lua-5.4.3/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 1

resumeFunction · 0.85

Calls 1

luaE_checkcstackFunction · 0.85

Tested by

no test coverage detected