Home | History | Annotate | Download | only in src

Lines Matching refs:details

1460     // would require a runtime positive lookup and verification that the details
1632 PropertyDetails details = transition->GetLastDescriptorDetails();
1634 if (details.type() == CALLBACKS || details.attributes() != NONE) break;
2217 PropertyDetails details = descriptors->GetDetails(transition->LastAdded());
2218 if (details.representation().IsDouble()) {