Lines Matching refs:details_
2541 details_(NONE, DATA, Representation::None()) {} in PropertyAccessInfo()
2613 return lookup_type_ == DESCRIPTOR_TYPE && details_.type() == DATA; in IsData()
2617 details_.type() == DATA_CONSTANT; in IsDataConstant()
2620 return !IsTransition() && details_.type() == ACCESSOR_CONSTANT; in IsAccessorConstant()
2622 bool IsConfigurable() const { return details_.IsConfigurable(); } in IsConfigurable()
2623 bool IsReadOnly() const { return details_.IsReadOnly(); } in IsReadOnly()
2663 details_ = descriptors->GetDetails(number); in LookupDescriptor()
2673 details_ = transition_->instance_descriptors()->GetDetails(number_); in LookupTransition()
2677 details_ = PropertyDetails::Empty(); in NotFound()
2681 return details_.representation(); in representation()
2684 return IsTransition() && details_.type() == DATA; in IsTransitionToData()
2718 PropertyDetails details_; variable