Home | History | Annotate | Download | only in src

Lines Matching refs:overflows

6476       bool overflows = ToUpperOverflows(current);
6496 overflows |= ToUpperOverflows(current);
6512 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)
10032 * length overflows 32-bit non-negative integer.
10590 // Avoid overflows by capping at kMaxElementCount.