Searched refs:property_details_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | lookup.cc | 55 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() local 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() local 400 dict.DetailsAtPut(dictionary_entry(), property_details_); in PrepareForDataProperty() local 425 property_details_ in PrepareForDataProperty() 449 dict.DetailsAtPut(dictionary_entry(), property_details_); PrepareForDataProperty() local 452 dict.DetailsAtPut(dictionary_entry(), property_details_); PrepareForDataProperty() local [all...] |
H A D | lookup.h | 168 return property_details_; in property_details() 300 PropertyDetails property_details_ = PropertyDetails::Empty(); member in v8::internal::final
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 174 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()
|
Completed in 6 milliseconds