Lines Matching refs:KeyAccumulator
90 MaybeHandle<FixedArray> KeyAccumulator::GetKeys( in GetKeys()
99 Handle<FixedArray> KeyAccumulator::GetKeys(GetKeysConversion convert) { in GetKeys()
118 Handle<OrderedHashSet> KeyAccumulator::keys() { in keys()
122 ExceptionStatus KeyAccumulator::AddKey(Object key, AddKeyConversion convert) { in AddKey()
126 ExceptionStatus KeyAccumulator::AddKey(Handle<Object> key, in AddKey()
165 ExceptionStatus KeyAccumulator::AddKeys(Handle<FixedArray> array, in AddKeys()
175 ExceptionStatus KeyAccumulator::AddKeys(Handle<JSObject> array_like, in AddKeys()
182 MaybeHandle<FixedArray> FilterProxyKeys(KeyAccumulator* accumulator, in FilterProxyKeys()
221 Maybe<bool> KeyAccumulator::AddKeysFromJSProxy(Handle<JSProxy> proxy, in AddKeysFromJSProxy()
238 Maybe<bool> KeyAccumulator::CollectKeys(Handle<JSReceiver> receiver, in CollectKeys()
281 bool KeyAccumulator::HasShadowingKeys() { return !shadowing_keys_.is_null(); } in HasShadowingKeys()
283 bool KeyAccumulator::IsShadowed(Handle<Object> key) { in IsShadowed()
288 void KeyAccumulator::AddShadowingKey(Object key, in AddShadowingKey()
293 void KeyAccumulator::AddShadowingKey(Handle<Object> key) { in AddShadowingKey()
457 keys = KeyAccumulator::GetOwnEnumPropertyKeys(isolate, object); in GetOwnKeysWithElements()
561 KeyAccumulator accumulator(isolate_, mode_, filter_); in GetKeysSlow()
590 own_keys = KeyAccumulator::GetOwnEnumPropertyKeys( in GetKeysWithPrototypeInfoCache()
601 KeyAccumulator accumulator(isolate_, mode_, filter_); in GetKeysWithPrototypeInfoCache()
657 KeyAccumulator::FilterForEnumerableProperties( in FilterForEnumerableProperties()
696 Maybe<bool> KeyAccumulator::CollectInterceptorKeysInternal( in CollectInterceptorKeysInternal()
725 Maybe<bool> KeyAccumulator::CollectInterceptorKeys(Handle<JSReceiver> receiver, in CollectInterceptorKeys()
743 Maybe<bool> KeyAccumulator::CollectOwnElementIndices( in CollectOwnElementIndices()
757 Handle<JSObject> object, KeyAccumulator* keys, in CollectOwnPropertyNamesInternal()
806 KeyAccumulator* accumulator) { in CommonCopyEnumKeysTo()
854 KeyAccumulator* accumulator) { in CopyEnumKeysTo()
879 KeyAccumulator* accumulator) { in CopyEnumKeysTo()
892 KeyAccumulator* accumulator, in GetOwnEnumPropertyDictionaryKeys()
909 KeyAccumulator* keys) { in CollectKeysFromDictionary()
980 Maybe<bool> KeyAccumulator::CollectOwnPropertyNames(Handle<JSReceiver> receiver, in CollectOwnPropertyNames()
985 enum_keys = KeyAccumulator::GetOwnEnumPropertyKeys(isolate_, object); in CollectOwnPropertyNames()
1057 ExceptionStatus KeyAccumulator::CollectPrivateNames(Handle<JSReceiver> receiver, in CollectPrivateNames()
1080 Maybe<bool> KeyAccumulator::CollectAccessCheckInterceptorKeys( in CollectAccessCheckInterceptorKeys()
1104 Maybe<bool> KeyAccumulator::CollectOwnKeys(Handle<JSReceiver> receiver, in CollectOwnKeys()
1147 Handle<FixedArray> KeyAccumulator::GetOwnEnumPropertyKeys( in GetOwnEnumPropertyKeys()
1185 Maybe<bool> KeyAccumulator::CollectOwnJSProxyKeys(Handle<JSReceiver> receiver, in CollectOwnJSProxyKeys()
1357 Maybe<bool> KeyAccumulator::CollectOwnJSProxyTargetKeys( in CollectOwnJSProxyTargetKeys()
1363 KeyAccumulator::GetKeys( in CollectOwnJSProxyTargetKeys()