Home | History | Annotate | Download | only in src

Lines Matching full:old_details

2427     PropertyDetails old_details = old_descriptors->GetDetails(i);
2428 if (old_details.type() == CALLBACKS) {
2432 ASSERT(old_details.type() == CONSTANT ||
2433 old_details.type() == FIELD);
2434 Object* raw_value = old_details.type() == CONSTANT
2439 !old_details.representation().IsDouble() &&
2441 if (old_details.representation().IsNone()) {
2693 PropertyDetails old_details = old_descriptors->GetDetails(modify_index);
2694 Representation old_representation = old_details.representation();
2713 old_details.attributes(), "not equivalent");
2720 old_details.attributes(), "root modification");
2727 old_details.attributes(), "incompatible");