Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dproperty-details.h341 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const { in CopyAddAttributes() function
Dlookup.cc1349 property_details_ = property_details_.CopyAddAttributes(FROZEN); in LookupInRegularHolder()
1351 property_details_ = property_details_.CopyAddAttributes(SEALED); in LookupInRegularHolder()
Djs-objects.cc4203 details = details.CopyAddAttributes(PropertyAttributesFromInt(attrs)); in ApplyAttributesToDictionary()
Dobjects.cc3902 details = details.CopyAddAttributes( in CopyUpToAddAttributes()