Home
last modified time | relevance | path

Searched refs:CopyAddAttributes (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dproperty-details.h268 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const { in CopyAddAttributes() function
Dlookup.cc1168 property_details_ = property_details_.CopyAddAttributes(FROZEN); in LookupInRegularHolder()
1170 property_details_ = property_details_.CopyAddAttributes(SEALED); in LookupInRegularHolder()
Djs-objects.cc3940 details = details.CopyAddAttributes(static_cast<PropertyAttributes>(attrs)); in ApplyAttributesToDictionary()
Dobjects.cc3787 details = details.CopyAddAttributes( in CopyUpToAddAttributes()