MCPcopy Create free account
hub / github.com/F-Stack/f-stack / enterlevel

Function enterlevel

freebsd/contrib/openzfs/module/lua/lparser.c:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

subexprFunction · 0.70
statementFunction · 0.70

Calls 1

checklimitFunction · 0.85

Tested by

no test coverage detected