Home | History | Annotate | Download | only in builtins

Lines Matching defs:overflows

2035       bool overflows = ToUpperOverflows(current);
2055 overflows |= ToUpperOverflows(current);
2071 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)