Home
last modified time | relevance | path

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

/external/v8/src/
Dkeys.h124 class FastKeyAccumulator {
126 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver, in FastKeyAccumulator() function
155 DISALLOW_COPY_AND_ASSIGN(FastKeyAccumulator);
Dkeys.cc40 FastKeyAccumulator accumulator(isolate, object, mode, filter); in GetKeys()
240 void FastKeyAccumulator::Prepare() { in Prepare()
381 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeys( in GetKeys()
394 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysFast( in GetKeysFast()
430 FastKeyAccumulator::GetOwnKeysWithUninitializedEnumCache() { in GetOwnKeysWithUninitializedEnumCache()
451 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysSlow( in GetKeysSlow()
/external/v8/src/runtime/
Druntime-forin.cc26 FastKeyAccumulator accumulator(isolate, receiver, in Enumerate()