Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyConstness

115                                     PropertyConstness::kConst, value);
427 PropertyConstness new_constness = PropertyConstness::kConst;
429 if (constness() == PropertyConstness::kConst) {
434 new_constness = PropertyConstness::kMutable;
437 new_constness = PropertyConstness::kMutable;
487 PropertyConstness::kMutable, value);
862 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness());
979 PropertyConstness::kConst,
985 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness());