Home | History | Annotate | Download | only in src

Lines Matching refs:HasMore

6290     bool has_next = stream.HasMore();
6322 while (stream.HasMore()) {
7562 while (stream_x.HasMore() && stream_y.HasMore()) {
7569 if (stream_y.HasMore()) return Smi::FromInt(LESS);
7571 return Smi::FromInt(stream_x.HasMore() ? GREATER : EQUAL);
10568 while (stream.HasMore()) {