Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyAttributes

112 enum PropertyAttributes {
132 PropertyDetails(PropertyAttributes attributes,
164 PropertyAttributes attributes() { return AttributesField::decode(value_); }
180 class AttributesField: public BitField<PropertyAttributes, 3, 3> {};
650 inline Object* GetProperty(String* key, PropertyAttributes* attributes);
653 PropertyAttributes* attributes);
657 PropertyAttributes* attributes);
1176 PropertyAttributes attributes);
1180 PropertyAttributes attributes);
1192 PropertyAttributes attributes);
1195 PropertyAttributes attributes);
1198 PropertyAttributes attributes);
1228 inline PropertyAttributes GetPropertyAttribute(String* name);
1229 PropertyAttributes GetPropertyAttributeWithReceiver(JSObject* receiver,
1231 PropertyAttributes GetLocalPropertyAttribute(String* name);
1234 PropertyAttributes attributes);
1241 PropertyAttributes* attributes);
1244 PropertyAttributes* attributes);
1247 PropertyAttributes* attributes);
1250 PropertyAttributes* attributes);
1364 int NumberOfLocalProperties(PropertyAttributes filter);
1373 int NumberOfLocalElements(PropertyAttributes filter);
1378 int GetLocalElementKeys(FixedArray* storage, PropertyAttributes filter);
1400 PropertyAttributes attributes);
1404 PropertyAttributes attributes);
1414 PropertyAttributes attributes);
1421 PropertyAttributes attributes);
1426 PropertyAttributes attributes);
1431 PropertyAttributes attributes);
1436 PropertyAttributes attributes);
1539 PropertyAttributes GetPropertyAttributePostInterceptor(JSObject* receiver,
1542 PropertyAttributes GetPropertyAttributeWithInterceptor(JSObject* receiver,
1545 PropertyAttributes GetPropertyAttributeWithFailedAccessCheck(
1550 PropertyAttributes GetPropertyAttribute(JSObject* receiver,
1558 Object* DefineGetterSetter(String* name, PropertyAttributes attributes);
2156 int NumberOfElementsFilterAttributes(PropertyAttributes filter);
2162 void CopyKeysTo(FixedArray* storage, PropertyAttributes filter);
4529 inline PropertyAttributes property_attributes();
4530 inline void set_property_attributes(PropertyAttributes attributes);
4552 class AttributesField: public BitField<PropertyAttributes, 3, 3> {};