Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ enterlevel
Function
enterlevel
lua/lparser.c:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
306
307
static void enterlevel (LexState *ls) {
308
if (++ls->L->nCcalls > LUAI_MAXCCALLS)
309
luaX_lexerror(ls,
"chunk has too many syntax levels"
, 0);
310
}
311
312
313
#define leavelevel(ls) ((ls)->L->nCcalls--)
Callers
2
subexpr
Function · 0.85
chunk
Function · 0.85
Calls
1
luaX_lexerror
Function · 0.85
Tested by
no test coverage detected