Lines Matching refs:properties
224 // inobject properties when normalizing properties of a JSObject.
232 // by different objects with normalized properties.
1328 // properties.
1354 // [properties]: Backing storage for properties.
1355 // properties is a FixedArray in the fast case and a Dictionary in the
1357 DECL_ACCESSORS(properties, FixedArray) // Get and set fast properties.
1360 inline StringDictionary* property_dictionary(); // Gets slow properties.
1362 // [elements]: The elements (properties with names that are integers).
1517 // Accessors for hidden properties object.
1519 // Hidden properties are not local properties of the object itself.
1616 // Lookup interceptors are used for handling properties controlled by host
1652 // Returns the number of properties on this object filtering out properties
1655 // Returns the number of enumerable properties (ignoring interceptors).
1657 // Fill in details for properties into storage starting at the specified
1661 // Returns the number of properties on this object filtering out properties
1699 // backed by the properties array. Descriptors of visible
1709 // backed by the properties array. Descriptors of visible
1733 // representation. If the object is expected to have additional properties
1735 // an initial capacity for holding these properties.
1743 // Transform slow named properties to fast variants.
1748 // Access fast-case object properties at index.
1752 // Access to in object properties.
1760 // initializes the body after properties slot, properties slot is
1772 // Disalow further properties to be added to the object.
1822 // Maximal number of fast properties for the JSObject. Used to
2547 // Returns the number of elements in the dictionary filtering out properties
2556 // Fill in details for properties into storage.
2636 // For transforming properties of a JSObject.
3575 // Count of properties allocated in the object.
3709 // properties.
3775 // Returns the number of properties described in instance_descriptors.
4101 // [expected_nof_properties]: Expected number of properties for the function.
4108 // expected_nof_properties (to allow for a few extra properties added
4177 // properties or the snapshot is being built).
4237 // properties.
4331 // access to the names for the properties assigned.
4353 // Calculate the number of in-object properties.
4738 // objects, where it is known which properties can be expected to be present
6148 // This initial map adds in-object properties for "index" and "input"
6149 // properties, as assigned by RegExp.prototype.exec, which allows
6159 // Indices of in-object properties.
6348 // Following properties use flag bits.