Home | History | Annotate | Download | only in profiler

Lines Matching defs:descs

1555     DescriptorArray* descs = js_obj->map()->instance_descriptors();
1558 PropertyDetails details = descs->GetDetails(i);
1564 Name* k = descs->GetKey(i);
1576 descs->GetKey(i),
1577 descs->GetValue(i));