MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / enterlevel

Function enterlevel

third-party/lua-5.3.5/src/lparser.c:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331static void enterlevel (LexState *ls) {
332 lua_State *L = ls->L;
333 ++L->nCcalls;
334 checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS, "C levels");
335}
336
337
338#define leavelevel(ls) ((ls)->L->nCcalls--)

Callers 2

subexprFunction · 0.70
statementFunction · 0.70

Calls 1

checklimitFunction · 0.70

Tested by

no test coverage detected