MAXARG_Ax
lua_assert(a <= MAXARG_Ax);
luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants");
else if (c <= MAXARG_Ax) {