Home
last modified time | relevance | path

Searched refs:property_details_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.cc55 property_details_(details), in LookupIterator()
132 property_details_ = PropertyDetails::Empty(); in RestartInternal()
371 property_details_ = cell->property_details(); in PrepareForDataProperty()
373 isolate(), dictionary, dictionary_entry(), value, property_details_); in PrepareForDataProperty()
379 DCHECK_EQ(PropertyKind::kData, property_details_.kind()); in PrepareForDataProperty()
388 property_details_ = in PrepareForDataProperty()
389 property_details_.CopyWithConstness(PropertyConstness::kMutable); in PrepareForDataProperty()
397 dict.DetailsAtPut(dictionary_entry(), property_details_); in PrepareForDataProperty()
400 dict.DetailsAtPut(dictionary_entry(), property_details_); in PrepareForDataProperty()
425 property_details_ = new_map->instance_descriptors(isolate_).GetDetails( in PrepareForDataProperty()
[all …]
Dlookup.h168 return property_details_; in property_details()
300 PropertyDetails property_details_ = PropertyDetails::Empty();
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc174 return property_details_; in property_details()
183 PropertyDetails property_details_ = PropertyDetails::Empty(); member in v8::internal::compiler::PropertyCellData
269 property_details_ = property_details; in Cache()