Home | History | Annotate | Download | only in src

Lines Matching refs:new_details

2649     PropertyDetails new_details = new_descriptors->GetDetails(modify_index);
2654 Handle<HeapType> new_field_type = (new_details.type() == FIELD)
2661 old_details.representation(), new_details.representation(),
2735 PropertyDetails new_details = new_descriptors->GetDetails(i);
2737 if (old_details.attributes() != new_details.attributes() ||
2738 !old_details.representation().fits_into(new_details.representation())) {
2741 PropertyType new_type = new_details.type();
14930 PropertyDetails new_details = PropertyDetails(
14932 dictionary->DetailsAtPut(i, new_details);