Lines Matching defs:fields
1852 // 3. Let D be a newly created Property Descriptor with no fields.
2982 // - Otherwise, allocate a fixed array large enough to hold all fields, in
2985 // properties, unused fields, inobject properties.
3020 // Allocate HeapNumbers for double fields.
3062 // Nothing to do if no functions were converted to fields and no smis were
3401 // properties but don't unbox double fields.
3767 // There is enough inobject space for all fields (including unused).
3772 // Allocate the property array for the fields.
3773 Handle<PropertyArray> fields =
3779 // Fill in the instance descriptor and the fields.
3846 fields->set(offset, value);
3871 object->SetProperties(*fields);