Home | History | Annotate | Download | only in src

Lines Matching refs:properties

195 // inobject properties when normalizing properties of a JSObject.
1120 // properties.
1139 // [properties]: Backing storage for properties.
1140 // properties is a FixedArray in the fast case, and a Dictionary in the
1142 DECL_ACCESSORS(properties, FixedArray) // Get and set fast properties.
1145 inline StringDictionary* property_dictionary(); // Gets slow properties.
1147 // [elements]: The elements (properties with names that are integers).
1269 // Accessors for hidden properties object.
1271 // Hidden properties are not local properties of the object itself.
1328 // Lookup interceptors are used for handling properties controlled by host
1362 // Returns the number of properties on this object filtering out properties
1365 // Returns the number of enumerable properties (ignoring interceptors).
1367 // Fill in details for properties into storage starting at the specified
1371 // Returns the number of properties on this object filtering out properties
1407 // backed by the properties array. Descriptors of visible
1417 // backed by the properties array. Descriptors of visible
1439 // representation. If the object is expected to have additional properties
1441 // an initial capacity for holding these properties.
1446 // Transform slow named properties to fast variants.
1450 // Access fast-case object properties at index.
1454 // Access to in object properties.
1461 // initializes the body after properties slot, properties slot is
2154 // Returns the number of elements in the dictionary filtering out properties
2163 // Fill in details for properties into storage.
2235 // For transforming properties of a JSObject.
2787 // Count of properties allocated in the object.
2880 // properties.
2908 // Returns the number of properties described in instance_descriptors.
3132 // [expected_nof_properties]: Expected number of properties for the function.
3163 // properties.
3211 // access to the names for the properties assigned.
3227 // Calculate the number of in-object properties.
4665 // Following properties use flag bits.