Home
last modified time | relevance | path

Searched refs:FastKeyAccumulator (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dkeys.h16 class FastKeyAccumulator; variable
162 friend FastKeyAccumulator; variable
169 class FastKeyAccumulator {
171 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver,
182 FastKeyAccumulator(const FastKeyAccumulator&) = delete;
183 FastKeyAccumulator& operator=(const FastKeyAccumulator&) = delete;
H A Dkeys.cc95 FastKeyAccumulator accumulator(isolate, object, mode, filter, is_for_in, in GetKeys()
324 void FastKeyAccumulator::Prepare() { in Prepare()
478 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeys( in GetKeys()
499 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysFast( in GetKeysFast()
537 FastKeyAccumulator::GetOwnKeysWithUninitializedEnumCache() { in GetOwnKeysWithUninitializedEnumCache()
560 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysSlow( in GetKeysSlow()
575 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysWithPrototypeInfoCache( in GetKeysWithPrototypeInfoCache()
624 bool FastKeyAccumulator::MayHaveElements(JSReceiver receiver) { in MayHaveElements()
632 bool FastKeyAccumulator::TryPrototypeInfoCache(Handle<JSReceiver> receiver) { in TryPrototypeInfoCache()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dkeys.h17 class FastKeyAccumulator; variable
172 friend FastKeyAccumulator; variable
179 class FastKeyAccumulator {
181 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver,
192 FastKeyAccumulator(const FastKeyAccumulator&) = delete;
193 FastKeyAccumulator& operator=(const FastKeyAccumulator&) = delete;
H A Dkeys.cc94 FastKeyAccumulator accumulator(isolate, object, mode, filter, is_for_in, in GetKeys()
317 void FastKeyAccumulator::Prepare() { in Prepare()
471 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeys( in GetKeys()
492 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysFast( in GetKeysFast()
530 FastKeyAccumulator::GetOwnKeysWithUninitializedEnumCache() { in GetOwnKeysWithUninitializedEnumCache()
553 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysSlow( in GetKeysSlow()
568 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysWithPrototypeInfoCache( in GetKeysWithPrototypeInfoCache()
617 bool FastKeyAccumulator::MayHaveElements(JSReceiver receiver) { in MayHaveElements()
625 bool FastKeyAccumulator::TryPrototypeInfoCache(Handle<JSReceiver> receiver) { in TryPrototypeInfoCache()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dkeys.h128 class FastKeyAccumulator {
130 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver,
165 DISALLOW_COPY_AND_ASSIGN(FastKeyAccumulator);
H A Dkeys.cc42 FastKeyAccumulator accumulator(isolate, object, mode, filter, is_for_in, in GetKeys()
245 void FastKeyAccumulator::Prepare() { in Prepare()
386 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeys( in GetKeys()
399 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysFast( in GetKeysFast()
437 FastKeyAccumulator::GetOwnKeysWithUninitializedEnumCache() { in GetOwnKeysWithUninitializedEnumCache()
458 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysSlow( in GetKeysSlow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dkeys.h148 class FastKeyAccumulator {
150 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver,
197 DISALLOW_COPY_AND_ASSIGN(FastKeyAccumulator);
H A Dkeys.cc91 FastKeyAccumulator accumulator(isolate, object, mode, filter, is_for_in, in GetKeys()
320 void FastKeyAccumulator::Prepare() { in Prepare()
474 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeys( in GetKeys()
495 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysFast( in GetKeysFast()
533 FastKeyAccumulator::GetOwnKeysWithUninitializedEnumCache() { in GetOwnKeysWithUninitializedEnumCache()
556 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysSlow( in GetKeysSlow()
571 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysWithPrototypeInfoCache( in GetKeysWithPrototypeInfoCache()
620 bool FastKeyAccumulator::MayHaveElements(JSReceiver receiver) { in MayHaveElements()
628 bool FastKeyAccumulator::TryPrototypeInfoCache(Handle<JSReceiver> receiver) { in TryPrototypeInfoCache()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-forin.cc29 FastKeyAccumulator accumulator(isolate, receiver, in Enumerate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-forin.cc29 FastKeyAccumulator accumulator(isolate, receiver, in Enumerate()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-forin.cc26 FastKeyAccumulator accumulator(isolate, receiver, in Enumerate()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-forin.cc29 FastKeyAccumulator accumulator(isolate, receiver, in Enumerate()