Searched refs:next_kind (Results 1 – 2 of 2) sorted by relevance
3472 PropertyKind next_kind; in ReconfigureProperty() local3482 next_kind = new_kind; in ReconfigureProperty()3494 next_kind = old_details.kind(); in ReconfigureProperty()3500 *target_map, next_kind, old_descriptors->GetKey(i), next_attributes); in ReconfigureProperty()3509 DCHECK_EQ(next_kind, tmp_details.kind()); in ReconfigureProperty()3511 if (next_kind == kAccessor && in ReconfigureProperty()3526 if (next_kind == kData) { in ReconfigureProperty()3584 PropertyKind next_kind; in ReconfigureProperty() local3587 next_kind = new_kind; in ReconfigureProperty()3590 next_kind = old_details.kind(); in ReconfigureProperty()[all …]
2215 ElementsKind next_kind = static_cast<ElementsKind>(kind + 1); in BuildElementsKindLimitCheck() local2217 static_cast<int>(Map::ElementsKindBits::encode(next_kind))); in BuildElementsKindLimitCheck()