Home
last modified time | relevance | path

Searched refs:checklimit (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dlparser.c94 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit() function
180 checklimit(fs, dyd->actvar.n + 1 - fs->firstlocal, in new_localvar()
232 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in newupvalue()
331 checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS, "C levels"); in enterlevel()
663 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); in recfield()
706 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor"); in listfield()
1149 checklimit(ls->fs, nvars + ls->L->nCcalls, LUAI_MAXCCALLS, in assignment()
/src/contrib/lua/src/
H A Dlparser.c87 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit() function
198 checklimit(fs, dyd->actvar.n + 1 - fs->firstlocal, in new_localvar()
355 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in allocupvalue()
856 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); in recfield()