HomeSort by relevance Sort by last modified time
    Searched refs:property_details_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
lookup.cc 111 property_details_ = PropertyDetails::Empty();
232 property_details_ =
316 property_details_ = transition->GetLastDescriptorDetails();
335 property_details_ = transition->GetLastDescriptorDetails();
402 property_details_ = new_map->GetLastDescriptorDetails();
522 } else if (property_details_.type() == v8::internal::DATA) {
525 return JSObject::FastPropertyAt(holder, property_details_.representation(),
537 DCHECK_EQ(v8::internal::ACCESSOR_CONSTANT, property_details_.type());
545 DCHECK_EQ(v8::internal::DATA_CONSTANT, property_details_.type());
554 DCHECK_EQ(v8::internal::DATA, property_details_.type())
    [all...]
lookup.h 48 property_details_(PropertyDetails::Empty()),
68 property_details_(PropertyDetails::Empty()),
87 property_details_(PropertyDetails::Empty()),
103 property_details_(PropertyDetails::Empty()),
237 return property_details_;
357 PropertyDetails property_details_; member in class:v8::internal::BASE_EMBEDDED

Completed in 90 milliseconds