Lines Matching refs:properties
123 // This function is safe to call if the receiver has fast properties.
152 // Load properties array.
153 Register properties = scratch0;
154 __ lw(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
155 // Check that the properties array is a dictionary.
156 __ lw(map, FieldMemOperand(properties, HeapObject::kMapOffset));
157 Register tmp = properties;
162 __ lw(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
169 properties,
308 // Load a fast property out of a holder object (src). In-object properties
309 // are loaded directly otherwise the property is loaded from the properties
316 // Adjust for the number of properties stored in the holder.
323 // Calculate the offset into the properties array.
448 // The properties must be extended before we can store the value.
449 // We jump to a runtime call that extends the properties array.
467 // Adjust for the number of properties stored in the object. Even in the
469 // object and the number of in-object properties is not going to change.
490 // Write to the properties array.
492 // Get the properties array.
3199 // map and properties and elements are set to empty fixed array.
3222 // Fill all the in-object properties with undefined.
3229 // Fill the initialized properties with a constant value or a passed argument