Home | History | Annotate | Download | only in cctest

Lines Matching full:field_index

97 static double GetDoubleFieldValue(JSObject* obj, FieldIndex field_index) {
98 if (obj->IsUnboxedDoubleField(field_index)) {
99 return obj->RawFastDoublePropertyAt(field_index);
101 Object* value = obj->RawFastPropertyAt(field_index);