Searched defs:target_details (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.cc2549 PropertyDetails target_details = target_descriptors->GetDetails(i); local
2550 target_details = target_details.CopyWithRepresentation(
2552 target_details.representation()));
2554 target_details = target_details.CopyWithRepresentation(
2555 new_representation.generalize(target_details.representation()));
2557 DCHECK_EQ(old_details.attributes(), target_details.attributes());
2559 target_details.type() == FIELD ||
2565 isolate, target_details
[all...]

Completed in 3266 milliseconds