Home | History | Annotate | Download | only in compiler

Lines Matching defs:property_details

330   PropertyDetails property_details = property_cell->property_details();
332 PropertyCellType property_cell_type = property_details.cell_type();
336 if (property_details.IsReadOnly()) {
371 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) {
377 if (property_details.cell_type() != PropertyCellType::kMutable ||
378 property_details.IsConfigurable()) {
383 if (property_details.cell_type() == PropertyCellType::kConstant ||
384 property_details.cell_type() == PropertyCellType::kUndefined) {
391 if (property_details.cell_type() == PropertyCellType::kConstantType) {
423 DCHECK(!property_details.IsReadOnly());
424 switch (property_details.cell_type()) {