Home
last modified time | relevance | path

Searched refs:where_to_end_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dprototype-inl.h23 where_to_end_(where_to_end), in PrototypeIterator()
35 where_to_end_(where_to_end), in PrototypeIterator()
45 where_to_end_(where_to_end), in PrototypeIterator()
48 if (!is_at_end_ && where_to_end_ == END_AT_NON_HIDDEN) { in PrototypeIterator()
61 where_to_end_(where_to_end), in PrototypeIterator()
64 if (!is_at_end_ && where_to_end_ == END_AT_NON_HIDDEN) { in PrototypeIterator()
100 is_at_end_ = where_to_end_ == END_AT_NON_HIDDEN ? !map->has_hidden_prototype() in AdvanceIgnoringProxies()
138 is_at_end_ = where_to_end_ == END_AT_NON_HIDDEN || handle_->IsNull(isolate_); in AdvanceFollowingProxiesIgnoringAccessChecks()
Dprototype.h78 WhereToEnd where_to_end_; variable