Lines Matching refs:details

27 // The enumeration order index in the property details is unused if they are
98 Handle<Object> value, PropertyDetails details,
101 isolate, dictionary, name, value, details, entry_out);
107 Handle<Name> name, Handle<Object> value, PropertyDetails details,
110 // details, so it's a normal Add().
111 return SwissNameDictionary::Add(isolate, dictionary, name, value, details);
117 Handle<Object> value, PropertyDetails details,
121 return NumberDictionary::Add(isolate, dictionary, element, value, details,
174 PropertyDetails details(
188 isolate, dictionary, key, value_handle, details, &entry);
225 PropertyDetails details(
229 dictionary->DetailsAtPut(entry, details);
266 // which is why we don't need to update the property details if
268 PropertyDetails details = dictionary->DetailsAt(entry);
269 details = details.set_index(enum_order_computed);
270 dictionary->DetailsAtPut(entry, details);
287 PropertyDetails details(
291 dictionary->DetailsAtPut(entry, details);
298 // which is why we don't need to update the property details if
300 PropertyDetails details(
305 dictionary->DetailsAtPut(entry, details);
325 // which is why we don't need to update the property details if
328 PropertyDetails details(
332 dictionary->DetailsAtPut(entry, details);
345 PropertyDetails details(
349 dictionary->DetailsAtPut(entry, details);
358 // which is why we don't need to update the property details if
360 PropertyDetails details(
365 dictionary->DetailsAtPut(entry, details);
458 PropertyDetails details(kind, attribs, PropertyCellType::kNoCell,
464 details);
469 details);