Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
static 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
subexpr
Function · 0.70
statement
Function · 0.70
Calls
1
checklimit
Function · 0.70
Tested by
no test coverage detected