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

Function enterlevel

third-party/lua-5.2.4/src/lparser.c:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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