Searched refs:checklimit (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lparser.c | 87 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() 843 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); in recfield()
|