MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / enterlevel

Function enterlevel

src/Chain/libraries/glua/lparser.cpp:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350
351static void enterlevel(LexState *ls) {
352 lua_State *L = ls->L;
353 ++L->nCcalls;
354 checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS, "C levels");
355}
356
357
358#define leavelevel(ls) ((ls)->L->nCcalls--)

Callers 2

subexprFunction · 0.85
statementFunction · 0.85

Calls 1

checklimitFunction · 0.85

Tested by

no test coverage detected