MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / enterlevel

Function enterlevel

deps/lua/src/lparser.c:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275
276static void enterlevel (LexState *ls) {
277 if (++ls->L->nCcalls > LUAI_MAXCCALLS)
278 luaX_lexerror(ls, "chunk has too many syntax levels", 0);
279}
280
281
282#define leavelevel(ls) ((ls)->L->nCcalls--)

Callers 2

subexprFunction · 0.85
chunkFunction · 0.85

Calls 1

luaX_lexerrorFunction · 0.85

Tested by

no test coverage detected