Lines Matching refs:PropertyDetails

536   virtual PropertyDetails GetDetails(JSObject* holder, uint32_t entry) = 0;
1100 PropertyDetails details = Subclass::GetDetailsImpl(*object, entry); in CollectValuesOrEntriesImpl()
1129 PropertyDetails details = accessor->GetDetails(*object, entry); in CollectValuesOrEntriesImpl()
1377 static PropertyDetails GetDetailsImpl(FixedArrayBase* backing_store, in GetDetailsImpl()
1379 return PropertyDetails(kData, NONE, PropertyCellType::kNoCell); in GetDetailsImpl()
1382 static PropertyDetails GetDetailsImpl(JSObject* holder, uint32_t entry) { in GetDetailsImpl()
1383 return PropertyDetails(kData, NONE, PropertyCellType::kNoCell); in GetDetailsImpl()
1386 PropertyDetails GetDetails(JSObject* holder, uint32_t entry) final { in GetDetails()
1451 PropertyDetails details = dict->DetailsAt(entry); in SetLengthImpl()
1516 PropertyDetails details = source_dict->DetailsAt(i); in SliceImpl()
1543 PropertyDetails details = dict->DetailsAt(i); in HasAccessorsImpl()
1576 PropertyDetails details = dictionary->DetailsAt(entry); in ReconfigureImpl()
1577 details = PropertyDetails(kData, attributes, PropertyCellType::kNoCell, in ReconfigureImpl()
1586 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in AddImpl()
1624 PropertyDetails details = dictionary->DetailsAt(entry); in GetEntryForIndexImpl()
1631 static PropertyDetails GetDetailsImpl(JSObject* holder, uint32_t entry) { in GetDetailsImpl()
1635 static PropertyDetails GetDetailsImpl(FixedArrayBase* backing_store, in GetDetailsImpl()
1644 PropertyDetails details = dictionary->DetailsAt(entry); in FilterKey()
1794 PropertyDetails details = GetDetailsImpl(*dictionary, entry); in IncludesValueImpl()
1863 PropertyDetails details = GetDetailsImpl(*dictionary, entry); in IndexOfValueImpl()
1965 PropertyDetails details = PropertyDetails::Empty(); in NormalizeImpl()
2983 static PropertyDetails GetDetailsImpl(JSObject* holder, uint32_t entry) { in GetDetailsImpl()
2984 return PropertyDetails(kData, DONT_DELETE, PropertyCellType::kNoCell); in GetDetailsImpl()
2987 static PropertyDetails GetDetailsImpl(FixedArrayBase* backing_store, in GetDetailsImpl()
2989 return PropertyDetails(kData, DONT_DELETE, PropertyCellType::kNoCell); in GetDetailsImpl()
3806 static PropertyDetails GetDetailsImpl(JSObject* holder, uint32_t entry) { in GetDetailsImpl()
3811 return PropertyDetails(kData, NONE, PropertyCellType::kNoCell); in GetDetailsImpl()
4048 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in AddImpl()
4081 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in ReconfigureImpl()
4256 static PropertyDetails GetDetailsImpl(JSObject* holder, uint32_t entry) { in GetDetailsImpl()
4261 return PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in GetDetailsImpl()