Home
last modified time | relevance | path

Searched refs:skip_indices_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dkeys.h88 void set_skip_indices(bool value) { skip_indices_ = value; } in set_skip_indices()
165 bool skip_indices_ = false; variable
189 skip_indices_(skip_indices) { in isolate_()
222 bool skip_indices_ = false; variable
Dkeys.cc227 FilterProxyKeys(this, proxy, keys, filter_, skip_indices_), in AddKeysFromJSProxy()
513 skip_indices_); in GetKeysFast()
532 skip_indices_); in GetKeysFast()
563 accumulator.set_skip_indices(skip_indices_); in GetKeysSlow()
582 skip_indices_); in GetKeysWithPrototypeInfoCache()
586 skip_indices_); in GetKeysWithPrototypeInfoCache()
603 accumulator.set_skip_indices(skip_indices_); in GetKeysWithPrototypeInfoCache()
745 if (filter_ & SKIP_STRINGS || skip_indices_) return Just(true); in CollectOwnElementIndices()
1083 if (!skip_indices_) { in CollectAccessCheckInterceptorKeys()
1365 GetKeysConversion::kConvertToString, is_for_in_, skip_indices_), in CollectOwnJSProxyTargetKeys()
/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc41 skip_indices_(skip_indices), in DebugPropertyIterator()
179 if (skip_indices_ || !receiver->IsJSTypedArray()) return true; in FillKeysForCurrentPrototypeAndStage()
189 skip_indices_ || receiver->IsJSTypedArray()) in FillKeysForCurrentPrototypeAndStage()
Ddebug-property-iterator.h63 bool skip_indices_; variable