Searched refs:target_descriptors (Results 1 – 1 of 1) sorted by relevance
3557 Handle<DescriptorArray> target_descriptors( in ReconfigureProperty() local3563 target_descriptors->GetDetails(modify_index).location() == kField))) { in ReconfigureProperty()3566 PropertyDetails details = target_descriptors->GetDetails(modify_index); in ReconfigureProperty()3572 target_descriptors->GetFieldType(modify_index))); in ReconfigureProperty()3617 target_descriptors = handle(target_map->instance_descriptors(), isolate); in ReconfigureProperty()3626 DCHECK(new_descriptors->length() > target_descriptors->length() || in ReconfigureProperty()3647 Handle<Name> target_key(target_descriptors->GetKey(i), isolate); in ReconfigureProperty()3649 PropertyDetails target_details = target_descriptors->GetDetails(i); in ReconfigureProperty()3682 !EqualImmutableValues(target_descriptors->GetValue(i), in ReconfigureProperty()3696 GetFieldType(isolate, target_descriptors, i, in ReconfigureProperty()[all …]