• Home
  • Raw
  • Download

Lines Matching refs:FixedArray

41 static bool ContainsOnlyValidKeys(Handle<FixedArray> array) {  in ContainsOnlyValidKeys()
50 static int AddKey(Object key, Handle<FixedArray> combined_keys, in AddKey()
60 static Handle<FixedArray> CombineKeys(Isolate* isolate, in CombineKeys()
61 Handle<FixedArray> own_keys, in CombineKeys()
62 Handle<FixedArray> prototype_chain_keys, in CombineKeys()
74 Handle<FixedArray> combined_keys = isolate->factory()->NewFixedArray( in CombineKeys()
84 return FixedArray::ShrinkOrEmpty(isolate, combined_keys, target_keys_length); in CombineKeys()
90 MaybeHandle<FixedArray> KeyAccumulator::GetKeys( in GetKeys()
99 Handle<FixedArray> KeyAccumulator::GetKeys(GetKeysConversion convert) { in GetKeys()
104 Handle<FixedArray> result = in GetKeys()
165 ExceptionStatus KeyAccumulator::AddKeys(Handle<FixedArray> array, in AddKeys()
182 MaybeHandle<FixedArray> FilterProxyKeys(KeyAccumulator* accumulator, in FilterProxyKeys()
184 Handle<FixedArray> keys, in FilterProxyKeys()
204 MAYBE_RETURN(found, MaybeHandle<FixedArray>()); in FilterProxyKeys()
217 return FixedArray::ShrinkOrEmpty(isolate, keys, store_position); in FilterProxyKeys()
222 Handle<FixedArray> keys) { in AddKeysFromJSProxy()
362 Handle<FixedArray> ReduceFixedArrayTo(Isolate* isolate, in ReduceFixedArrayTo()
363 Handle<FixedArray> array, int length) { in ReduceFixedArrayTo()
371 Handle<FixedArray> GetFastEnumPropertyKeys(Isolate* isolate, in GetFastEnumPropertyKeys()
374 Handle<FixedArray> keys( in GetFastEnumPropertyKeys()
420 Handle<FixedArray> indices = isolate->factory()->empty_fixed_array(); in GetFastEnumPropertyKeys()
447 MaybeHandle<FixedArray> GetOwnKeysWithElements(Isolate* isolate, in GetOwnKeysWithElements()
451 Handle<FixedArray> keys; in GetOwnKeysWithElements()
460 MaybeHandle<FixedArray> result; in GetOwnKeysWithElements()
477 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeys( in GetKeys()
485 Handle<FixedArray> keys; in GetKeys()
489 if (isolate_->has_pending_exception()) return MaybeHandle<FixedArray>(); in GetKeys()
498 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysFast( in GetKeysFast()
503 return MaybeHandle<FixedArray>(); in GetKeysFast()
517 Handle<FixedArray> keys; in GetKeysFast()
535 MaybeHandle<FixedArray>
544 return MaybeHandle<FixedArray>(); in GetOwnKeysWithUninitializedEnumCache()
553 Handle<FixedArray> keys = GetFastEnumPropertyKeys(isolate_, object); in GetOwnKeysWithUninitializedEnumCache()
559 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysSlow( in GetKeysSlow()
570 MaybeHandle<FixedArray>()); in GetKeysSlow()
574 MaybeHandle<FixedArray> FastKeyAccumulator::GetKeysWithPrototypeInfoCache( in GetKeysWithPrototypeInfoCache()
576 Handle<FixedArray> own_keys; in GetKeysWithPrototypeInfoCache()
578 MaybeHandle<FixedArray> maybe_own_keys; in GetKeysWithPrototypeInfoCache()
588 ASSIGN_RETURN_ON_EXCEPTION(isolate_, own_keys, maybe_own_keys, FixedArray); in GetKeysWithPrototypeInfoCache()
593 Handle<FixedArray> prototype_chain_keys; in GetKeysWithPrototypeInfoCache()
596 handle(FixedArray::cast( in GetKeysWithPrototypeInfoCache()
610 MaybeHandle<FixedArray>()); in GetKeysWithPrototypeInfoCache()
613 Handle<FixedArray> result = CombineKeys( in GetKeysWithPrototypeInfoCache()
805 Handle<FixedArray> storage, KeyCollectionMode mode, in CommonCopyEnumKeysTo()
853 Handle<FixedArray> storage, KeyCollectionMode mode, in CopyEnumKeysTo()
864 FixedArray raw_storage = *storage; in CopyEnumKeysTo()
878 Handle<FixedArray> storage, KeyCollectionMode mode, in CopyEnumKeysTo()
890 Handle<FixedArray> GetOwnEnumPropertyDictionaryKeys(Isolate* isolate, in GetOwnEnumPropertyDictionaryKeys()
900 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(length); in GetOwnEnumPropertyDictionaryKeys()
913 Handle<FixedArray> array = in CollectKeysFromDictionary()
983 Handle<FixedArray> enum_keys; in CollectOwnPropertyNames()
1147 Handle<FixedArray> KeyAccumulator::GetOwnEnumPropertyKeys( in GetOwnEnumPropertyKeys()
1231 Handle<FixedArray> trap_result; in CollectOwnJSProxyKeys()
1269 Handle<FixedArray> target_keys; in CollectOwnJSProxyKeys()
1276 Handle<FixedArray> target_configurable_keys = target_keys; in CollectOwnJSProxyKeys()
1278 Handle<FixedArray> target_nonconfigurable_keys = in CollectOwnJSProxyKeys()
1360 Handle<FixedArray> keys; in CollectOwnJSProxyTargetKeys()