Home | History | Annotate | Download | only in src

Lines Matching refs:checklimit

96 static void checklimit (FuncState *fs, int v, int l, const char *what) {
182 checklimit(fs, dyd->actvar.n + 1 - fs->firstlocal,
234 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues");
333 checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS, "C levels");
659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor");
702 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
1145 checklimit(ls->fs, nvars + ls->L->nCcalls, LUAI_MAXCCALLS,