MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / enterlevel

Function enterlevel

ThirdParty/lua/lua/lparser.c:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324
325
326static void enterlevel (LexState *ls) {
327 lua_State *L = ls->L;
328 ++L->nCcalls;
329 checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS, "C levels");
330}
331
332
333#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