Home | History | Annotate | Download | only in src

Lines Matching refs:descs

1631     DescriptorArray* descs = js_obj->map()->instance_descriptors();
1634 switch (descs->GetType(i)) {
1636 Representation r = descs->GetDetails(i).representation();
1638 int index = descs->GetFieldIndex(i);
1640 Name* k = descs->GetKey(i);
1672 descs->GetKey(i), descs->GetConstant(i));
1677 descs->GetKey(i), descs->GetValue(i));