Searched defs:has_more (Results 1 – 4 of 4) sorted by relevance
26 function testIteratorInternalProperties(iter, offset, kind, index, has_more) { argument
249 bool has_more() { return has_more_; } in has_more() function
133 Handle<String> has_more = in GetIteratorInternalProperties() local
9367 bool has_more() { return index_ < data_.length(); } in has_more() function