PropertyAttributes   90 src/accessors.h       Handle<String> name, int index, PropertyAttributes attributes);
PropertyAttributes 1079 src/api.cc       obj->set_property_attributes(static_cast<PropertyAttributes>(attributes));
PropertyAttributes 2772 src/api.cc           static_cast<PropertyAttributes>(attribs),
PropertyAttributes 2815 src/api.cc           static_cast<PropertyAttributes>(attribs));
PropertyAttributes 2887 src/api.cc       PropertyAttributes result = self->GetPropertyAttribute(*key_string);
PropertyAttributes 3184 src/api.cc       PropertyAttributes ignored;
PropertyAttributes  847 src/arm/full-codegen-arm.cc       PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY)
PropertyAttributes  366 src/bootstrapper.cc   PropertyAttributes attributes;
PropertyAttributes  369 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
PropertyAttributes  388 src/bootstrapper.cc   PropertyAttributes attribs = static_cast<PropertyAttributes>(
PropertyAttributes  416 src/bootstrapper.cc       attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
PropertyAttributes  532 src/bootstrapper.cc   PropertyAttributes attribs = static_cast<PropertyAttributes>(
PropertyAttributes  561 src/bootstrapper.cc       attribs = static_cast<PropertyAttributes>(attribs | READ_ONLY);
PropertyAttributes  814 src/bootstrapper.cc   static const PropertyAttributes attributes =
PropertyAttributes  815 src/bootstrapper.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
PropertyAttributes  877 src/bootstrapper.cc             static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
PropertyAttributes  917 src/bootstrapper.cc             static_cast<PropertyAttributes>(DONT_ENUM |
PropertyAttributes  952 src/bootstrapper.cc     PropertyAttributes final =
PropertyAttributes  953 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
PropertyAttributes  984 src/bootstrapper.cc       PropertyAttributes writable =
PropertyAttributes  985 src/bootstrapper.cc           static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
PropertyAttributes 1116 src/bootstrapper.cc     const PropertyAttributes attributes =
PropertyAttributes 1117 src/bootstrapper.cc       static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
PropertyAttributes 1440 src/bootstrapper.cc   static const PropertyAttributes attributes =
PropertyAttributes 1441 src/bootstrapper.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
PropertyAttributes 1476 src/bootstrapper.cc     PropertyAttributes common_attributes =
PropertyAttributes 1477 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
PropertyAttributes 1645 src/bootstrapper.cc             static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
PropertyAttributes  409 src/contexts.h                         PropertyAttributes* attributes,
PropertyAttributes  392 src/factory.h        PropertyAttributes attributes);
PropertyAttributes  212 src/handles.h                             PropertyAttributes attributes,
PropertyAttributes  218 src/handles.h                                  PropertyAttributes attributes);
PropertyAttributes  232 src/handles.h                                            PropertyAttributes* attributes);
PropertyAttributes  816 src/ia32/full-codegen-ia32.cc       PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY)
PropertyAttributes  550 src/ic.cc        PropertyAttributes attr;
PropertyAttributes  915 src/ic.cc        PropertyAttributes attr;
PropertyAttributes 1177 src/ic.cc          PropertyAttributes attr;
PropertyAttributes  853 src/mips/full-codegen-mips.cc       PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY)
PropertyAttributes  858 src/objects-inl.h   PropertyAttributes attributes;
PropertyAttributes  863 src/objects-inl.h MaybeObject* Object::GetProperty(String* key, PropertyAttributes* attributes) {
PropertyAttributes 4921 src/objects-inl.h PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) {
PropertyAttributes 4983 src/objects-inl.h PropertyAttributes AccessorInfo::property_attributes() {
PropertyAttributes 4988 src/objects-inl.h void AccessorInfo::set_property_attributes(PropertyAttributes attributes) {
PropertyAttributes  365 src/objects.cc PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck(
PropertyAttributes 2047 src/objects.cc         PropertyAttributes attr =
PropertyAttributes 2563 src/objects.cc MUST_USE_RESULT PropertyAttributes JSProxy::GetPropertyAttributeWithHandler(
PropertyAttributes 2612 src/objects.cc   return static_cast<PropertyAttributes>(attributes);
PropertyAttributes 2616 src/objects.cc MUST_USE_RESULT PropertyAttributes JSProxy::GetElementAttributeWithHandler(
PropertyAttributes 2929 src/objects.cc PropertyAttributes JSObject::GetPropertyAttributePostInterceptor(
PropertyAttributes 2950 src/objects.cc PropertyAttributes JSObject::GetPropertyAttributeWithInterceptor(
PropertyAttributes 2980 src/objects.cc       return static_cast<PropertyAttributes>(result->Int32Value());
PropertyAttributes 3001 src/objects.cc PropertyAttributes JSReceiver::GetPropertyAttributeWithReceiver(
PropertyAttributes 3016 src/objects.cc PropertyAttributes JSReceiver::GetPropertyAttribute(JSReceiver* receiver,
PropertyAttributes 3052 src/objects.cc PropertyAttributes JSReceiver::GetLocalPropertyAttribute(String* name) {
PropertyAttributes 3554 src/objects.cc     PropertyAttributes attributes;
PropertyAttributes 4440 src/objects.cc   PropertyAttributes target_attributes = details.attributes();
PropertyAttributes 10442 src/objects.cc   return NumberOfLocalElements(static_cast<PropertyAttributes>(DONT_ENUM));
PropertyAttributes 10584 src/objects.cc                              static_cast<PropertyAttributes>(DONT_ENUM));
PropertyAttributes 12332 src/objects.cc       PropertyAttributes attr = details.attributes();
PropertyAttributes 12343 src/objects.cc       static_cast<PropertyAttributes>(DONT_ENUM));
PropertyAttributes 12360 src/objects.cc        PropertyAttributes attr = details.attributes();
PropertyAttributes 12397 src/objects.cc       static_cast<PropertyAttributes>(NONE)));
PropertyAttributes  909 src/objects.h        PropertyAttributes* attributes);
PropertyAttributes  913 src/objects.h        PropertyAttributes* attributes);
PropertyAttributes  919 src/objects.h                                      PropertyAttributes* attributes);
PropertyAttributes  924 src/objects.h                                             PropertyAttributes* attributes);
PropertyAttributes 1395 src/objects.h                                      PropertyAttributes attributes,
PropertyAttributes 1401 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 1408 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 1421 src/objects.h                                            PropertyAttributes attributes,
PropertyAttributes 1435 src/objects.h    inline PropertyAttributes GetPropertyAttribute(String* name);
PropertyAttributes 1436 src/objects.h    PropertyAttributes GetPropertyAttributeWithReceiver(JSReceiver* receiver,
PropertyAttributes 1438 src/objects.h    PropertyAttributes GetLocalPropertyAttribute(String* name);
PropertyAttributes 1468 src/objects.h    PropertyAttributes GetPropertyAttribute(JSReceiver* receiver,
PropertyAttributes 1566 src/objects.h                                             PropertyAttributes attributes,
PropertyAttributes 1584 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 1589 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 1597 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 1603 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 1635 src/objects.h    PropertyAttributes GetPropertyAttributePostInterceptor(JSObject* receiver,
PropertyAttributes 1638 src/objects.h    PropertyAttributes GetPropertyAttributeWithInterceptor(JSObject* receiver,
PropertyAttributes 1641 src/objects.h    PropertyAttributes GetPropertyAttributeWithFailedAccessCheck(
PropertyAttributes 1651 src/objects.h                               PropertyAttributes attributes);
PropertyAttributes 1655 src/objects.h                                                PropertyAttributes attributes);
PropertyAttributes 1663 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 1673 src/objects.h        PropertyAttributes* attributes);
PropertyAttributes 1677 src/objects.h        PropertyAttributes* attributes);
PropertyAttributes 1681 src/objects.h        PropertyAttributes* attributes);
PropertyAttributes 1685 src/objects.h        PropertyAttributes* attributes);
PropertyAttributes 1804 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 1825 src/objects.h        PropertyAttributes attr,
PropertyAttributes 1833 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 1890 src/objects.h    int NumberOfLocalProperties(PropertyAttributes filter = NONE);
PropertyAttributes 1897 src/objects.h    int NumberOfLocalElements(PropertyAttributes filter);
PropertyAttributes 1902 src/objects.h    int GetLocalElementKeys(FixedArray* storage, PropertyAttributes filter);
PropertyAttributes 1926 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 1931 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 1953 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 1960 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 1966 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 1972 src/objects.h                                                 PropertyAttributes attributes);
PropertyAttributes 1978 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 2163 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 2170 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 2182 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 2210 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 2214 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 2219 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 2225 src/objects.h        PropertyAttributes attributes);
PropertyAttributes 3090 src/objects.h    int NumberOfElementsFilterAttributes(PropertyAttributes filter);
PropertyAttributes 3098 src/objects.h                    PropertyAttributes filter,
PropertyAttributes 4952 src/objects.h    int NumberOfDescribedProperties(PropertyAttributes filter = NONE);
PropertyAttributes 7950 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 7966 src/objects.h        PropertyAttributes attributes,
PropertyAttributes 7977 src/objects.h    MUST_USE_RESULT PropertyAttributes GetPropertyAttributeWithHandler(
PropertyAttributes 7980 src/objects.h    MUST_USE_RESULT PropertyAttributes GetElementAttributeWithHandler(
PropertyAttributes 8306 src/objects.h    inline PropertyAttributes property_attributes();
PropertyAttributes 8307 src/objects.h    inline void set_property_attributes(PropertyAttributes attributes);
PropertyAttributes 8337 src/objects.h    class AttributesField: public BitField<PropertyAttributes, 3, 3> {};
PropertyAttributes   77 src/property-details.h   PropertyDetails(PropertyAttributes attributes,
PropertyAttributes   99 src/property-details.h   PropertyAttributes attributes() { return AttributesField::decode(value_); }
PropertyAttributes  117 src/property-details.h   class AttributesField: public BitField<PropertyAttributes, 3, 3> {};
PropertyAttributes   93 src/property.h              PropertyAttributes attributes,
PropertyAttributes  108 src/property.h                   PropertyAttributes attributes,
PropertyAttributes  118 src/property.h                              PropertyAttributes attributes,
PropertyAttributes  128 src/property.h                       PropertyAttributes attributes,
PropertyAttributes  169 src/property.h         PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM |
PropertyAttributes  216 src/property.h   PropertyAttributes GetAttributes() {
PropertyAttributes  185 src/runtime.cc       PropertyAttributes attributes =
PropertyAttributes 1193 src/runtime.cc     PropertyAttributes attrs;
PropertyAttributes 1383 src/runtime.cc         PropertyAttributes attributes = global->GetPropertyAttribute(*name);
PropertyAttributes 1430 src/runtime.cc               global, name, value, static_cast<PropertyAttributes>(attr)));
PropertyAttributes 1435 src/runtime.cc               global, name, value, static_cast<PropertyAttributes>(attr),
PropertyAttributes 1456 src/runtime.cc   PropertyAttributes mode = static_cast<PropertyAttributes>(args.smi_at(2));
PropertyAttributes 1461 src/runtime.cc   PropertyAttributes attributes;
PropertyAttributes 1567 src/runtime.cc   PropertyAttributes attributes = DONT_DELETE;
PropertyAttributes 1585 src/runtime.cc       PropertyAttributes intercepted = holder->GetPropertyAttribute(*name);
PropertyAttributes 1623 src/runtime.cc   PropertyAttributes attributes =
PropertyAttributes 1624 src/runtime.cc       static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
PropertyAttributes 1696 src/runtime.cc   PropertyAttributes attributes;
PropertyAttributes 1890 src/runtime.cc   PropertyAttributes final =
PropertyAttributes 1891 src/runtime.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE);
PropertyAttributes 1892 src/runtime.cc   PropertyAttributes writable =
PropertyAttributes 1893 src/runtime.cc       static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
PropertyAttributes 2178 src/runtime.cc         static_cast<PropertyAttributes>(details.attributes() | READ_ONLY),
PropertyAttributes 2195 src/runtime.cc         static_cast<PropertyAttributes>(details.attributes() | READ_ONLY),
PropertyAttributes 4500 src/runtime.cc   PropertyAttributes attr = static_cast<PropertyAttributes>(unchecked);
PropertyAttributes 4522 src/runtime.cc   PropertyAttributes attr = static_cast<PropertyAttributes>(unchecked);
PropertyAttributes 4762 src/runtime.cc   PropertyAttributes attributes =
PropertyAttributes 4763 src/runtime.cc       static_cast<PropertyAttributes>(unchecked_attributes);
PropertyAttributes 4924 src/runtime.cc   PropertyAttributes attributes = NONE;
PropertyAttributes 4930 src/runtime.cc     attributes = static_cast<PropertyAttributes>(unchecked_value);
PropertyAttributes 5073 src/runtime.cc   PropertyAttributes att = object->GetLocalPropertyAttribute(key);
PropertyAttributes 5227 src/runtime.cc   int n = obj->NumberOfLocalElements(static_cast<PropertyAttributes>(NONE));
PropertyAttributes 5229 src/runtime.cc   obj->GetLocalElementKeys(*names, static_cast<PropertyAttributes>(NONE));
PropertyAttributes 8055 src/runtime.cc   PropertyAttributes attr =
PropertyAttributes 8056 src/runtime.cc       static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY);
PropertyAttributes 8873 src/runtime.cc   PropertyAttributes attributes;
PropertyAttributes 8972 src/runtime.cc   PropertyAttributes attributes;
PropertyAttributes 9069 src/runtime.cc   PropertyAttributes attributes;
PropertyAttributes 10518 src/runtime.cc   PropertyAttributes attributes;
PropertyAttributes  677 src/runtime.h        PropertyAttributes attr,
PropertyAttributes  685 src/runtime.h        PropertyAttributes attr);
PropertyAttributes 1362 src/scopes.cc      const PropertyAttributes ro_attr =
PropertyAttributes 1363 src/scopes.cc          static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE | DONT_ENUM);
PropertyAttributes 1364 src/scopes.cc      const PropertyAttributes rw_attr =
PropertyAttributes 1365 src/scopes.cc          static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM);
PropertyAttributes 1376 src/scopes.cc          PropertyAttributes attr = var->is_const_mode() ? ro_attr : rw_attr;
PropertyAttributes 1145 src/stub-cache.cc   PropertyAttributes attr = NONE;
PropertyAttributes 1158 src/stub-cache.cc   PropertyAttributes attr;
PropertyAttributes 1176 src/stub-cache.cc   PropertyAttributes attr = NONE;
PropertyAttributes  822 src/x64/full-codegen-x64.cc       PropertyAttributes attr =
PropertyAttributes  158 test/cctest/test-alloc.cc       static_cast<PropertyAttributes>(0));