Lines Matching refs:properties
334 // If the object has an interceptor, try real named properties.
395 // If the object has an interceptor, try real named properties.
505 // When forced to delete global properties, we have to make a
669 // Undefined and null have no indexed properties.
1490 properties()->CopySize(properties()->length() + new_unused + 1);
1551 // it's unrelated to properties.
1555 // not a identifier and should have forced a switch to slow properties above.
1565 (index - map()->inobject_properties()) < properties()->length() ||
1584 if (properties()->length() > MaxFastProperties()) {
1595 properties()->CopySize(properties()->length() + kFieldsAdded);
1653 // Don't do this for special properties, with non-trival attributes.
1834 properties()->length() > MaxFastProperties()) {
1866 // Make new properties array if necessary.
1873 properties()->CopySize(properties()->length() + kFieldsAdded);
2492 // LocalLookupRealNamedProperty is used when setting properties
2576 // Try lookup real named properties. Note that only property can be
2930 // Neither properties nor transitions found.
3058 // Neither properties nor transitions found.
3339 property_count += 2; // Make space for two more properties.
3431 PrintF("Object properties have been normalized:\n");
3722 // If the object has fast properties, check whether the first slot
3771 // If the object has fast properties, check whether the first slot
3977 // Make sure the properties are normalized before removing the entry.
4037 // Check if the object is among the named properties.
4043 // Check if the object is among the indexed properties.
4185 // - No prototype has enumerable properties/elements.
4311 // Search object and it's prototype chain for callback properties.
4380 // Ascertain whether we have read-only properties or an existing
4760 // to maps. If properties need to be retained use CopyDropTransitions.
4766 // If the map has pre-allocated properties always start out with a descriptor
4767 // array describing these properties.
5110 // used to load global properties from cells.
7619 // Traverse the proposed prototype chain looking for setters for properties of
8663 // [[Prototype]] internal properties of the object may not be modified.
9531 // Don't allow element properties to be redefined for external arrays.
10292 properties into the supplied storage. The main
11273 // Convert to fast elements containing only the existing properties.
12027 // If not, we generate new indices for the properties.