Lines Matching refs:details
197 // See ElementsAccessorBase::CopyElements() for details.
826 // details.
851 // Details: The idea is that allocations actually happen only in case of
995 PropertyDetails details = dict->DetailsAt(entry);
996 if (!details.IsConfigurable()) length = number + 1;
1074 PropertyDetails details = dictionary->DetailsAt(entry);
1075 details = PropertyDetails(attributes, DATA, details.dictionary_index(),
1077 dictionary->DetailsAtPut(entry, details);
1083 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
1090 dictionary, index, value, details,
1119 PropertyDetails details = dictionary->DetailsAt(entry);
1120 PropertyAttributes attr = details.attributes();
1148 PropertyDetails details = dictionary->DetailsAt(i);
1150 if (details.kind() != kAccessor) continue;
1155 PropertyAttributes attr = details.attributes();
1602 // See ElementsAccessor::CopyElements() for details.
2065 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
2068 dictionary, index, value, details,
2098 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
2102 arguments, entry, value, details, object->map()->is_prototype_map());