Lines Matching refs:details
249 // A PropertyCell's property details contains a cell type that is meaningful if
267 // Property details for global dictionary properties.
281 // Property details for dictionary mode properties/elements.
292 // Property details for fast mode properties.
324 PropertyDetails details = *this;
325 details.value_ = PropertyCellTypeField::update(details.value_, type);
326 return details;
330 PropertyDetails details = *this;
331 details.value_ = DictionaryStorageField::update(details.value_, index);
332 return details;
347 // Conversion for storing details as Object.
460 // Encodes those property details for non-global dictionary properties
486 PropertyDetails details(encoded_details);
487 DCHECK_EQ(PropertyLocation::kField, details.location());
488 DCHECK_EQ(PropertyCellType::kNoCell, details.cell_type());
489 DCHECK_EQ(0, details.dictionary_index());
490 return details;