/third_party/node/deps/v8/src/objects/ |
D | transitions.h | 61 PropertyAttributes attributes); 64 PropertyAttributes attributes); 105 PropertyAttributes attributes); 109 PropertyAttributes* out_integrity_level = nullptr); 301 PropertyAttributes attributes); 337 int Search(PropertyKind kind, Name name, PropertyAttributes attributes, 341 PropertyAttributes attributes); 351 PropertyAttributes attributes, int* out_insertion_index); 353 PropertyAttributes attributes); 370 PropertyAttributes attributes1, Name key2, [all …]
|
D | property.h | 36 int field_index, PropertyAttributes attributes, 40 PropertyAttributes attributes, 46 PropertyAttributes attributes); 50 PropertyAttributes attributes); 53 PropertyAttributes attributes); 65 PropertyKind kind, PropertyAttributes attributes,
|
D | property-details.h | 18 enum PropertyAttributes { enum 35 V8_INLINE PropertyAttributes PropertyAttributesFromInt(int value) { in PropertyAttributesFromInt() 36 DCHECK_EQ(value & ~PropertyAttributes::ALL_ATTRIBUTES_MASK, 0); in PropertyAttributesFromInt() 37 return static_cast<PropertyAttributes>(value); in PropertyAttributesFromInt() 268 constexpr PropertyDetails(PropertyKind kind, PropertyAttributes attributes, 282 constexpr PropertyDetails(PropertyKind kind, PropertyAttributes attributes, 293 constexpr PropertyDetails(PropertyKind kind, PropertyAttributes attributes, 341 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const { in CopyAddAttributes() 343 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes() 363 PropertyAttributes attributes() const { in attributes() [all …]
|
D | property.cc | 39 const PropertyAttributes& attributes) { in operator <<() 61 PropertyKind kind, PropertyAttributes attributes, in Descriptor() 80 int field_index, PropertyAttributes attributes, in DataField() 87 PropertyAttributes attributes, in DataField() 99 PropertyAttributes attributes) { in DataConstant() 109 PropertyAttributes attributes) { in DataConstant() 117 PropertyAttributes attributes) { in AccessorConstant()
|
D | js-objects.h | 219 using IntegrityLevel = PropertyAttributes; 255 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes> 257 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes> 259 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes> 262 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes> 264 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes> 267 V8_WARN_UNUSED_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes( 425 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, 430 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, 439 PropertyAttributes attributes); [all …]
|
D | map-updater.h | 58 PropertyAttributes attributes, 80 PropertyAttributes attributes, 220 PropertyAttributes integrity_level_ = NONE; 232 PropertyAttributes new_attributes_ = NONE;
|
D | transitions-inl.h | 193 PropertyKind kind, Name name, PropertyAttributes attributes) { in SearchAndGetTargetForTesting() 259 PropertyAttributes attributes) { in SearchTransition() 281 PropertyAttributes attributes1, Name key2, in CompareKeys() 283 PropertyAttributes attributes2) { in CompareKeys() 301 PropertyAttributes attributes1, in CompareDetails() 303 PropertyAttributes attributes2) { in CompareDetails()
|
D | lookup.h | 154 PropertyAttributes attributes, 159 PropertyAttributes attributes); 163 PropertyAttributes attributes); 165 PropertyAttributes attributes); 170 PropertyAttributes property_attributes() const { in property_attributes()
|
D | transitions.cc | 225 PropertyAttributes attributes) { in SearchTransition() 268 PropertyAttributes attributes = name->IsPrivate() ? DONT_ENUM : NONE; in FindTransitionToDataProperty() 324 PropertyAttributes attributes) { in IsMatchingMap() 641 PropertyAttributes attributes, in SearchDetails() 666 PropertyAttributes attributes) { in SearchDetailsAndGetTarget() 688 PropertyAttributes attributes, in Search() 696 PropertyAttributes attributes) { in SearchAndGetTarget() 728 PropertyAttributes attributes = NONE; in Sort() 741 PropertyAttributes temp_attributes = NONE; in Sort() 766 Map to, Symbol* out_symbol, PropertyAttributes* out_integrity_level) { in HasIntegrityLevelTransitionTo()
|
D | js-objects.cc | 99 Maybe<PropertyAttributes> result = in HasProperty() 107 Maybe<PropertyAttributes> result = in HasProperty() 138 Maybe<PropertyAttributes> attributes = in HasOwnProperty() 242 Maybe<PropertyAttributes> attributes = GetPropertyAttributes(it); in CheckIfCanDefine() 720 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() 730 Maybe<PropertyAttributes> result = in GetPropertyAttributes() 1092 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineProperties() 1094 PropertyAttributes attrs = maybe.FromJust(); in DefineProperties() 1226 Maybe<PropertyAttributes> GetPropertyAttributesWithInterceptorInternal( in GetPropertyAttributesWithInterceptorInternal() 1241 Nothing<PropertyAttributes>()); in GetPropertyAttributesWithInterceptorInternal() [all …]
|
D | api-callbacks.h | 56 inline PropertyAttributes initial_property_attributes() const; 57 inline void set_initial_property_attributes(PropertyAttributes attributes);
|
D | literal-objects.cc | 449 PropertyAttributes attribs) { in AddConstant() 627 PropertyAttributes attribs = in BuildClassBoilerplate() 628 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate() 635 PropertyAttributes attribs = in BuildClassBoilerplate() 636 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate() 642 PropertyAttributes attribs = in BuildClassBoilerplate() 643 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate()
|
D | property-descriptor.h | 107 PropertyAttributes ToAttributes() { in ToAttributes() 108 return static_cast<PropertyAttributes>( in ToAttributes()
|
D | contexts.cc | 191 static PropertyAttributes GetAttributesForMode(VariableMode mode) { in GetAttributesForMode() 199 PropertyAttributes* attributes, in Lookup() 264 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>(); in Lookup() 283 maybe = Nothing<PropertyAttributes>(); in Lookup()
|
D | map.h | 693 Handle<FieldType> type, PropertyAttributes attributes, 699 Handle<Object> constant, PropertyAttributes attributes, 722 Isolate* isolate, Handle<Map> map, PropertyAttributes attrs_to_add, 732 Handle<Object> value, PropertyAttributes attributes, 737 PropertyAttributes attributes);
|
D | js-objects-inl.h | 837 Maybe<PropertyAttributes> attributes = in HasOwnProperty() 843 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() 851 Maybe<PropertyAttributes> JSReceiver::GetOwnPropertyAttributes( in GetOwnPropertyAttributes() 859 Maybe<PropertyAttributes> JSReceiver::GetOwnPropertyAttributes( in GetOwnPropertyAttributes() 872 Maybe<PropertyAttributes> JSReceiver::GetElementAttributes( in GetElementAttributes() 879 Maybe<PropertyAttributes> JSReceiver::GetOwnElementAttributes( in GetOwnElementAttributes()
|
D | map-updater.cc | 112 PropertyAttributes attributes = new_attributes_; in GetDetails() 177 PropertyAttributes attributes, in ReconfigureToDataField() 292 PropertyAttributes integrity_level = NONE; 810 PropertyAttributes next_attributes = old_details.attributes(); in BuildDescriptorArray() 881 PropertyAttributes next_attributes = old_details.attributes(); in BuildDescriptorArray() 1070 PropertyAttributes attributes) { in PrintReconfiguration() 1091 PropertyKind kind, PropertyAttributes attributes, in ReconfigureExistingProperty()
|
D | elements.h | 118 PropertyAttributes attributes, 200 PropertyAttributes attributes) = 0;
|
D | module.cc | 337 PropertyAttributes attr = DONT_DELETE; in GetModuleNamespace() 394 Maybe<PropertyAttributes> JSModuleNamespace::GetPropertyAttributes( in GetPropertyAttributes() 409 return Nothing<PropertyAttributes>(); in GetPropertyAttributes()
|
D | elements.cc | 656 PropertyAttributes attributes) final { in Reconfigure() 663 PropertyAttributes attributes) { in ReconfigureImpl() 668 PropertyAttributes attributes, uint32_t new_capacity) final { in Add() 674 PropertyAttributes attributes, in AddImpl() 1521 PropertyAttributes attributes) { in ReconfigureImpl() 1535 PropertyAttributes attributes, in AddImpl() 1573 PropertyAttributes attr = details.attributes(); in GetEntryForIndexImpl() 1594 PropertyAttributes attr = details.attributes(); in FilterKey() 2031 PropertyAttributes attributes) { in ReconfigureImpl() 2041 PropertyAttributes attributes, in AddImpl() [all …]
|
/third_party/node/deps/v8/src/api/ |
D | api-natives.h | 50 PropertyAttributes attributes); 54 PropertyAttributes attributes); 60 PropertyAttributes attributes);
|
D | api-natives.cc | 77 PropertyAttributes attributes) { in DefineAccessorProperty() 109 PropertyAttributes attributes) { in DefineDataProperty() 118 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty() 244 PropertyAttributes attributes = details.attributes(); in ConfigureInstance() 265 PropertyAttributes attributes = details.attributes(); in ConfigureInstance() 627 PropertyAttributes attributes) { in AddDataProperty() 637 PropertyAttributes attributes) { in AddDataProperty() 652 PropertyAttributes attributes) { in AddAccessorProperty()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-scopes.cc | 52 PropertyAttributes attr, bool is_var, in DeclareGlobal() 75 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal() 79 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobal() 217 PropertyAttributes attr = in RUNTIME_FUNCTION() 251 PropertyAttributes attributes; in DeclareEvalHelper() 631 PropertyAttributes attributes; in RUNTIME_FUNCTION() 668 PropertyAttributes attributes; in LoadLookupSlot() 768 PropertyAttributes attributes; in StoreLookupSlot()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 575 int len, bool adapt, PropertyAttributes attrs = DONT_ENUM) { in SimpleInstallFunction() 589 PropertyAttributes attrs = DONT_ENUM) { in InstallFunctionAtSymbol() 656 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY)); in InstallConstant() 681 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in InstallToStringTag() 764 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)) in GetThrowTypeErrorIntrinsic() 771 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)) in GetThrowTypeErrorIntrinsic() 937 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps() 942 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps() 1064 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateAsyncIteratorMaps() 1068 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateAsyncIteratorMaps() [all …]
|
/third_party/node/deps/v8/src/builtins/ |
D | aggregate-error.tq | 35 SmiConstant(PropertyAttributes::DONT_ENUM));
|