Home | History | Annotate | Download | only in src

Lines Matching refs:details

203 // See ElementsAccessorBase::CopyElements() for details.
981 // Details: The idea is that allocations actually happen only in case of
1034 PropertyDetails details = Subclass::GetDetailsImpl(*object, entry);
1036 if (details.kind() == kData) {
1309 PropertyDetails details = dict->DetailsAt(entry);
1310 if (!details.IsConfigurable()) length = number + 1;
1376 PropertyDetails details = dict->DetailsAt(i);
1377 if (details.type() == ACCESSOR_CONSTANT) return true;
1412 PropertyDetails details = dictionary->DetailsAt(entry);
1413 details = PropertyDetails(attributes, DATA, details.dictionary_index(),
1415 dictionary->DetailsAtPut(entry, details);
1421 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
1428 dictionary, index, value, details,
1459 PropertyDetails details = dictionary->DetailsAt(entry);
1460 PropertyAttributes attr = details.attributes();
1480 PropertyDetails details = dictionary->DetailsAt(entry);
1481 PropertyAttributes attr = details.attributes();
1631 PropertyDetails details = GetDetailsImpl(*dictionary, entry);
1632 switch (details.kind()) {
1696 PropertyDetails details = GetDetailsImpl(*dictionary, entry);
1697 switch (details.kind()) {
1768 PropertyDetails details = PropertyDetails::Empty();
1777 dictionary, i, value, details, used_as_prototype);
2420 // See ElementsAccessor::CopyElements() for details.
3259 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
3262 dictionary, index, value, details,
3292 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
3296 arguments, entry, value, details, object->map()->is_prototype_map());