• Home
  • Raw
  • Download

Lines Matching refs:PropertyAttributes

601 Maybe<PropertyAttributes> JSObject::GetPropertyAttributesWithFailedAccessCheck(  in GetPropertyAttributesWithFailedAccessCheck()
608 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithFailedAccessCheck()
1713 PropertyAttributes attributes, in CopyWithField()
1749 PropertyAttributes attributes, in CopyWithConstant()
1765 PropertyAttributes attributes) { in AddSlowProperty()
2108 PropertyAttributes attributes, in CopyGeneralizeAllRepresentations()
2853 Maybe<PropertyAttributes> maybe_attributes = in SetProperty()
2959 PropertyAttributes attributes, in AddDataProperty()
3561 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributesWithHandler( in GetPropertyAttributesWithHandler()
3575 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithHandler()
3585 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithHandler()
3593 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithHandler()
3599 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithHandler()
3605 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithHandler()
3612 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithHandler()
3632 return maybe(static_cast<PropertyAttributes>(attributes)); in GetPropertyAttributesWithHandler()
3636 Maybe<PropertyAttributes> JSProxy::GetElementAttributeWithHandler( in GetElementAttributeWithHandler()
3777 PropertyAttributes attributes) { in AddProperty()
3784 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it); in AddProperty()
3801 PropertyAttributes attributes, in SetOwnPropertyIgnoreAttributes()
3929 Maybe<PropertyAttributes> JSObject::GetPropertyAttributesWithInterceptor( in GetPropertyAttributesWithInterceptor()
3955 return maybe(static_cast<PropertyAttributes>(result->Int32Value())); in GetPropertyAttributesWithInterceptor()
3967 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate, Maybe<PropertyAttributes>()); in GetPropertyAttributesWithInterceptor()
3972 Maybe<PropertyAttributes> JSReceiver::GetOwnPropertyAttributes( in GetOwnPropertyAttributes()
3984 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes()
3995 Maybe<PropertyAttributes> result = in GetPropertyAttributes()
4014 Maybe<PropertyAttributes> JSObject::GetElementAttributeWithReceiver( in GetElementAttributeWithReceiver()
4023 RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate, Maybe<PropertyAttributes>()); in GetElementAttributeWithReceiver()
4048 Maybe<PropertyAttributes> JSObject::GetElementAttributeWithInterceptor( in GetElementAttributeWithInterceptor()
4068 return maybe(static_cast<PropertyAttributes>(result->Int32Value())); in GetElementAttributeWithInterceptor()
4084 Maybe<PropertyAttributes> JSObject::GetElementAttributeWithoutInterceptor( in GetElementAttributeWithoutInterceptor()
4087 PropertyAttributes attr = object->GetElementsAccessor()->GetAttributes( in GetElementAttributeWithoutInterceptor()
4093 return maybe(static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE)); in GetElementAttributeWithoutInterceptor()
4689 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it); in HasHiddenProperties()
5221 static_cast<PropertyAttributes>(attrs)); in FreezeDictionary()
5466 Maybe<PropertyAttributes> maybe = in StructureWalk()
5469 PropertyAttributes attributes = maybe.value; in StructureWalk()
5617 static bool FilterKey(Object* key, PropertyAttributes filter) { in FilterKey()
5636 PropertyAttributes filter) { in NumberOfDescribedProperties()
5906 PropertyAttributes attributes) { in UpdateGetterSetterInDictionary()
5930 PropertyAttributes attributes) { in DefineElementAccessor()
6016 PropertyAttributes attributes) { in SetElementCallback()
6056 PropertyAttributes attributes) { in SetPropertyCallback()
6088 PropertyAttributes attributes) { in DefineAccessor()
6750 PropertyAttributes attributes, in TransitionToDataProperty()
6794 PropertyAttributes attributes) { in ReconfigureDataProperty()
6809 PropertyAttributes attributes) { in TransitionToAccessorProperty()
6952 PropertyAttributes attributes, in CopyUpToAddAttributes()
6977 static_cast<PropertyAttributes>(attributes & mask)); in CopyUpToAddAttributes()
11078 Maybe<PropertyAttributes> maybe = in GetOldValue()
11170 static const PropertyAttributes kNoAttrFilter = NONE; in SetElementsLength()
11755 PropertyAttributes attributes, in SetElementWithInterceptor()
12055 PropertyAttributes attributes, in SetDictionaryElement()
12290 PropertyAttributes attributes, in SetElement()
12313 PropertyAttributes attributes, in SetElement()
12372 Maybe<PropertyAttributes> maybe = in SetElement()
12375 PropertyAttributes old_attributes = maybe.value; in SetElement()
12407 PropertyAttributes new_attributes = maybe.value; in SetElement()
12453 PropertyAttributes attributes, in SetElementWithoutInterceptor()
13182 Maybe<PropertyAttributes> maybe_result = GetPropertyAttributes(&it); in HasRealNamedProperty()
13210 Maybe<PropertyAttributes> result = in HasRealElementProperty()
13220 Maybe<PropertyAttributes> maybe_result = GetPropertyAttributes(&it); in HasRealNamedCallbackProperty()
13226 int JSObject::NumberOfOwnProperties(PropertyAttributes filter) { in NumberOfOwnProperties()
13357 FixedArray* storage, int index, PropertyAttributes filter) { in GetOwnPropertyNames()
13377 int JSObject::NumberOfOwnElements(PropertyAttributes filter) { in NumberOfOwnElements()
13392 return NumberOfOwnElements(static_cast<PropertyAttributes>(DONT_ENUM)); in NumberOfEnumElements()
13397 PropertyAttributes filter) { in GetOwnElementKeys()
13523 return GetOwnElementKeys(storage, static_cast<PropertyAttributes>(DONT_ENUM)); in GetEnumElementKeys()
14040 PropertyAttributes,
14069 PropertyAttributes,
14075 NumberOfElementsFilterAttributes(PropertyAttributes);
14087 NumberOfElementsFilterAttributes(PropertyAttributes);
15134 PropertyAttributes filter) { in NumberOfElementsFilterAttributes()
15142 PropertyAttributes attr = details.attributes(); in NumberOfElementsFilterAttributes()
15153 static_cast<PropertyAttributes>(DONT_ENUM | SYMBOLIC)); in NumberOfEnumElements()
15160 PropertyAttributes filter, in CopyKeysTo()
15170 PropertyAttributes attr = details.attributes(); in CopyKeysTo()
15221 PropertyAttributes filter, in CopyKeysTo()
15230 PropertyAttributes attr = details.attributes(); in CopyKeysTo()