Lines Matching refs:property_details
789 PropertyDetails property_details = property_cell.property_details();
790 PropertyCellType property_cell_type = property_details.cell_type();
791 DCHECK_EQ(PropertyKind::kData, property_details.kind());
801 if (property_details.IsReadOnly()) {
819 if ((property_details.IsConfigurable() || !property_details.IsReadOnly()) &&
820 property_details.cell_type() != PropertyCellType::kConstant &&
821 property_details.cell_type() != PropertyCellType::kUndefined)
847 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) {
855 if (property_details.cell_type() != PropertyCellType::kMutable ||
856 property_details.IsConfigurable()) {
861 if (property_details.cell_type() == PropertyCellType::kConstant ||
862 property_details.cell_type() == PropertyCellType::kUndefined) {
876 if (property_details.cell_type() == PropertyCellType::kConstantType) {
908 DCHECK(!property_details.IsReadOnly());
909 switch (property_details.cell_type()) {