Searched refs:old_details (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.cc2005 PropertyDetails old_details = old_descriptors->GetDetails(i); local
2006 if (old_details.type() == CALLBACKS) {
2010 DCHECK(old_details.type() == CONSTANT ||
2011 old_details.type() == FIELD);
2012 Object* raw_value = old_details.type() == CONSTANT
2016 if (!old_details.representation().IsDouble() &&
2018 if (old_details.representation().IsNone()) {
2022 } else if (old_details.representation().IsDouble() &&
2024 value = Object::WrapForRead(isolate, value, old_details.representation());
2388 PropertyDetails old_details local
2422 PropertyDetails old_details = old_descriptors->GetDetails(modify_index); local
2441 PropertyDetails old_details = old_descriptors->GetDetails(i); local
2507 PropertyDetails old_details = old_descriptors->GetDetails(i); local
2537 PropertyDetails old_details = old_descriptors->GetDetails(i); local
2548 PropertyDetails old_details = old_descriptors->GetDetails(i); local
2593 PropertyDetails old_details = old_descriptors->GetDetails(i); local
2648 PropertyDetails old_details = old_descriptors->GetDetails(modify_index); local
2736 PropertyDetails old_details = old_descriptors->GetDetails(i); local
6864 PropertyDetails old_details = old_descriptors->GetDetails(descriptor); local
[all...]
H A Druntime.cc2236 PropertyDetails old_details = it.property_details(); local
2239 if (old_details.IsReadOnly() || old_details.IsDontEnum() ||
2240 old_details.type() == CALLBACKS) {

Completed in 222 milliseconds