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