Searched refs:has_more (Results 1 – 5 of 5) sorted by relevance
26 function testIteratorInternalProperties(iter, offset, kind, index, has_more) { argument35 assertEquals(has_more, properties[0].value().value());
122 DCHECK(!has_more()); in ParsePattern()941 while (has_more() && current() != ']') { in ParseCharacterClass()972 if (!has_more()) { in ParseCharacterClass()
249 bool has_more() { return has_more_; } in has_more() function
133 Handle<String> has_more = in GetIteratorInternalProperties() local135 result->set(0, *has_more); in GetIteratorInternalProperties()
9367 bool has_more() { return index_ < data_.length(); } in has_more() function