Lines Matching refs:constness
341 // We are not interested in tracking constness of a JSProxy's direct
378 if (constness() == PropertyConstness::kConst) {
424 if (constness() != new_constness || representation().IsNone()) {
439 // to kMutable, then this change in the constness is indicated by neither the
440 // old or the new map. We need to update the constness ourselves.
947 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness());
951 // and it will properly update constness based on the actual value.
988 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness());
995 // and it will properly update constness based on the actual value.
1092 DCHECK_IMPLIES(!initializing_store && property_details_.constness() ==
1099 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness());
1117 property_details_.constness() == PropertyConstness::kConst,