Lines Matching refs:properties
132 // This function is safe to call if the receiver has fast properties.
162 // Load properties array.
163 Register properties = scratch0;
164 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
165 // Check that the properties array is a dictionary.
166 __ ldr(map, FieldMemOperand(properties, HeapObject::kMapOffset));
167 Register tmp = properties;
173 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
180 properties,
321 // Load a fast property out of a holder object (src). In-object properties
322 // are loaded directly otherwise the property is loaded from the properties
329 // Adjust for the number of properties stored in the holder.
336 // Calculate the offset into the properties array.
462 // The properties must be extended before we can store the value.
463 // We jump to a runtime call that extends the properties array.
482 // Adjust for the number of properties stored in the object. Even in the
484 // object and the number of in-object properties is not going to change.
505 // Write to the properties array.
507 // Get the properties array
3213 // map and properties and elements are set to empty fixed array.
3233 // Fill all the in-object properties with undefined.
3240 // Fill the initialized properties with a constant value or a passed argument