Home
last modified time | relevance | path

Searched refs:END_AT_NON_HIDDEN (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dprototype-inl.h48 if (!is_at_end_ && where_to_end_ == END_AT_NON_HIDDEN) { 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.h28 enum WhereToEnd { END_AT_NULL, END_AT_NON_HIDDEN }; enumerator
Dkeys.cc177 ? PrototypeIterator::END_AT_NON_HIDDEN in CollectKeys()
Dlookup.cc826 PrototypeIterator::END_AT_NON_HIDDEN); in HolderIsReceiverOrHiddenPrototype()
Dobjects-inl.h775 PrototypeIterator::END_AT_NON_HIDDEN); in GetPrototype()
Dobjects.cc15553 PrototypeIterator::END_AT_NON_HIDDEN); in SetPrototype()
/external/v8/src/builtins/
Dbuiltins-api.cc39 PrototypeIterator::END_AT_NON_HIDDEN); in GetCompatibleReceiver()