MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / enterlevel

Function enterlevel

Source/Misc/lua/src/lua.c:7852–7855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7850
7851
7852static void enterlevel (LexState *ls) {
7853if (++ls->L->nCcalls > LUAI_MAXCCALLS)
7854 luaX_lexerror(ls, "chunk has too many syntax levels", 0);
7855}
7856
7857
7858#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