Home | History | Annotate | Download | only in src

Lines Matching refs:properties

189 // inobject properties when normalizing properties of a JSObject.
197 // by different objects with normalized properties.
1379 // JSReceiver includes types on which properties can be defined, i.e.,
1470 // properties.
1475 // [properties]: Backing storage for properties.
1476 // properties is a FixedArray in the fast case and a Dictionary in the
1478 DECL_ACCESSORS(properties, FixedArray) // Get and set fast properties.
1481 inline StringDictionary* property_dictionary(); // Gets slow properties.
1483 // [elements]: The elements (properties with names that are integers).
1670 // Accessors for hidden properties object.
1672 // Hidden properties are not local properties of the object itself.
1677 // hidden properties.
1834 // Lookup interceptors are used for handling properties controlled by host
1863 // Returns the number of properties on this object filtering out properties
1866 // Fill in details for properties into storage starting at the specified
1870 // Returns the number of properties on this object filtering out properties
1923 // backed by the properties array. Descriptors of visible
1933 // backed by the properties array. Descriptors of visible
1957 // representation. If the object is expected to have additional properties
1959 properties.
1981 // Transform slow named properties to fast variants.
1989 // Access fast-case object properties at index.
1993 // Access to in object properties.
2001 // Initializes the body after properties slot, properties slot is
2016 // Disalow further properties to be added to the object.
2071 // Maximal number of fast properties for the JSObject. Used to
2196 // Returns the hidden properties backing store object, currently
2198 // If no hidden properties object has been put on this object,
2203 // Updates the existing hidden properties dictionary.
3016 // Returns the number of elements in the dictionary filtering out properties
3028 // Fill in details for properties into storage.
3108 // For transforming properties of a JSObject.
3433 // 1. A set of properties of the scope
3509 // Properties of scopes.
4520 // Count of properties allocated in the object.
4683 // properties.
4762 // Returns the number of properties described in instance_descriptors
4763 // filtering out properties with the specified attributes.
4818 // it had exactly zero inobject properties.
5170 // [expected_nof_properties]: Expected number of properties for the function.
5177 // expected_nof_properties (to allow for a few extra properties added
5246 // properties or the snapshot is being built).
5304 // properties.
5452 // access to the names for the properties assigned.
5474 // Calculate the number of in-object properties.
5935 // objects, where it is known which properties can be expected to be present
6685 // for internal properties. If the hash calculation yields zero then we
7982 // This initial map adds in-object properties for "index" and "input"
7983 // properties, as assigned by RegExp.prototype.exec, which allows
7993 // Indices of in-object properties.
8235 // Following properties use flag bits.