Home
last modified time | relevance | path

Searched refs:has_more (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/mjsunit/es6/
Dmirror-iterators.js26 function testIteratorInternalProperties(iter, offset, kind, index, has_more) { argument
35 assertEquals(has_more, properties[0].value().value());
/external/v8/src/regexp/
Dregexp-parser.cc122 DCHECK(!has_more()); in ParsePattern()
941 while (has_more() && current() != ']') { in ParseCharacterClass()
972 if (!has_more()) { in ParseCharacterClass()
Dregexp-parser.h249 bool has_more() { return has_more_; } in has_more() function
/external/v8/src/runtime/
Druntime-debug.cc133 Handle<String> has_more = in GetIteratorInternalProperties() local
135 result->set(0, *has_more); in GetIteratorInternalProperties()
/external/v8/src/
Dobjects.h9367 bool has_more() { return index_ < data_.length(); } in has_more() function