Home | History | Annotate | Download | only in src

Lines Matching refs:details

245     // Update the property details if the representation was None.
278 PropertyDetails details(attributes, v8::internal::DATA, 0,
284 dictionary, dictionary_entry(), value, details);
293 details = details.set_index(enumeration_index);
294 dictionary->SetEntry(dictionary_entry(), name(), value, details);
295 property_details_ = details;
405 // Reload details containing proper enumeration index value.
521 PropertyDetails details(attributes, ACCESSOR_CONSTANT, 0,
533 SeededNumberDictionary::Set(dictionary, index_, pair, details, false);
556 JSObject::SetNormalizedProperty(receiver, name_, pair, details);