Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ enterlevel
Function
enterlevel
third-party/lua-5.1.5/src/lparser.c:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
275
276
static void enterlevel (LexState *ls) {
277
if (++ls->L->nCcalls > LUAI_MAXCCALLS)
278
luaX_lexerror(ls,
"chunk has too many syntax levels"
, 0);
279
}
280
281
282
#define leavelevel(ls) ((ls)->L->nCcalls--)
Callers
9
subexpr
Function · 0.70
chunk
Function · 0.70
subexpr
Function · 0.50
restassign
Function · 0.50
initglobal
Function · 0.50
statement
Function · 0.50
subexpr
Function · 0.50
restassign
Function · 0.50
statement
Function · 0.50
Calls
1
luaX_lexerror
Function · 0.85
Tested by
no test coverage detected