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

  /external/chromium_org/v8/src/
lookup-inl.h 53 property_details_ = dict->DetailsAt(number_);
55 if (property_details_.IsDeleted()) return NOT_FOUND;
63 property_details_ = descriptors->GetDetails(number_);
66 switch (property_details_.type()) {
lookup.cc 231 } else if (property_details_.type() == v8::internal::FIELD) {
233 return JSObject::FastPropertyAt(holder, property_details_.representation(),
245 DCHECK_EQ(v8::internal::CONSTANT, property_details_.type());
253 DCHECK_EQ(v8::internal::FIELD, property_details_.type());
264 DCHECK_EQ(v8::internal::FIELD, property_details_.type());
304 } else if (property_details_.type() == v8::internal::FIELD) {
307 DCHECK_EQ(v8::internal::CONSTANT, property_details_.type());
lookup.h 49 property_details_(NONE, NORMAL, Representation::None()),
64 property_details_(NONE, NORMAL, Representation::None()),
113 property_details_ = transition_map_->GetLastDescriptorDetails();
126 return property_details_;
185 PropertyDetails property_details_; member in class:v8::internal::BASE_EMBEDDED

Completed in 1168 milliseconds