Home | History | Annotate | Download | only in compiler

Lines Matching defs:property_details

79   PropertyDetails property_details = property_cell->property_details();
84 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) {
93 if (property_details.cell_type() != PropertyCellType::kMutable ||
94 property_details.IsConfigurable()) {
99 if (property_details.cell_type() == PropertyCellType::kConstant ||
100 property_details.cell_type() == PropertyCellType::kUndefined) {
108 if (property_details.cell_type() == PropertyCellType::kConstantType) {
160 PropertyDetails property_details = property_cell->property_details();
164 if (property_details.IsReadOnly()) return NoChange();
165 switch (property_details.cell_type()) {
215 if (property_details.IsConfigurable()) {