Home | History | Annotate | Download | only in src

Lines Matching refs:descs

2100     DescriptorArray* descs = js_obj->map()->instance_descriptors();
2101 for (int i = 0; i < descs->number_of_descriptors(); i++) {
2102 switch (descs->GetType(i)) {
2104 int index = descs->GetFieldIndex(i);
2108 descs->GetKey(i), js_obj->InObjectPropertyAt(index),
2114 descs->GetKey(i), js_obj->FastPropertyAt(index));
2121 descs->GetKey(i), descs->GetConstantFunction(i));
2124 Object* callback_obj = descs->GetValue(i);
2128 SetPropertyReference(js_obj, entry, descs->GetKey(i),
2132 SetPropertyReference(js_obj, entry, descs->GetKey(i),