Home | History | Annotate | Download | only in src

Lines Matching refs:properties

2519   // Allocate the hidden symbol which is used to identify the hidden properties
3668 // First create a new map with the size and number of in-object properties
3694 // cannot be constructed without having these properties. Guard by
3701 // Inline constructor can only handle inobject properties.
3742 FixedArray* properties,
3744 obj->set_properties(properties);
3783 // Allocate the backing storage for the properties.
3789 Object* properties;
3791 if (!maybe_properties->ToObject(&properties)) return maybe_properties;
3805 FixedArray::cast(properties),
3944 // Make sure no field properties are described in the initial map.
3945 // This guarantees us that normalizing the properties does not
4006 // Make sure result is a global object with properties in dictionary.
4056 FixedArray* properties = FixedArray::cast(source->properties());
4072 // Update properties if necessary.
4073 if (properties->length() > 0) {
4075 { MaybeObject* maybe_prop = CopyFixedArray(properties);
4101 // Allocate the backing storage for the properties.
4103 Object* properties;
4105 if (!maybe->ToObject(&properties)) return maybe;
4125 InitializeJSObjectFromMap(jsobj, FixedArray::cast(properties), map);
4155 // Allocate the backing storage for the properties.
4157 Object* properties;
4159 if (!maybe_properties->ToObject(&properties)) return maybe_properties;
4166 InitializeJSObjectFromMap(object, FixedArray::cast(properties), map);