Searched refs:property_details_ (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | lookup.cc | 86 property_details_ = PropertyDetails::Empty(); in RestartInternal() 254 property_details_ = transition->GetLastDescriptorDetails(); in PrepareTransitionToDataProperty() 439 } else if (property_details_.type() == v8::internal::DATA) { in FetchValue() 442 return JSObject::FastPropertyAt(holder, property_details_.representation(), in FetchValue() 454 DCHECK_EQ(v8::internal::ACCESSOR_CONSTANT, property_details_.type()); in GetAccessorIndex() 462 DCHECK_EQ(v8::internal::DATA_CONSTANT, property_details_.type()); in GetConstantIndex() 471 DCHECK_EQ(v8::internal::DATA, property_details_.type()); in GetFieldIndex() 483 DCHECK_EQ(v8::internal::DATA, property_details_.type()); in GetFieldType() 524 property_details_); in WriteDataValue() 528 } else if (property_details_.type() == v8::internal::DATA) { in WriteDataValue() [all …]
|
D | lookup.h | 53 property_details_(PropertyDetails::Empty()), in configuration_() 77 property_details_(PropertyDetails::Empty()), in configuration_() 100 property_details_(PropertyDetails::Empty()), in configuration_() 121 property_details_(PropertyDetails::Empty()), in configuration_() 238 return property_details_; in property_details() 330 PropertyDetails property_details_; variable
|