Lines Matching refs:properties
254 // If the object has an interceptor, try real named properties.
314 // If the object has an interceptor, try real named properties.
409 // When forced to delete global properties, we have to make a
514 // Non-JS objects do not have integer indexed properties.
1219 properties()->CopySize(properties()->length() + new_unused + 1);
1257 (index - map()->inobject_properties()) < properties()->length() ||
1272 if (properties()->length() > kMaxFastProperties) {
1279 properties()->CopySize(properties()->length() + kFieldsAdded);
1329 // Don't do this for special properties, with non-trival attributes.
1470 properties()->length() > kMaxFastProperties) {
1491 // Make new properties array if necessary.
1497 properties()->CopySize(properties()->length() + kFieldsAdded);
1712 // LocalLookupRealNamedProperty is used when setting properties
1793 // Try lookup real named properties. Note that only property can be
1856 // Neither properties nor transitions found.
1935 // Neither properties nor transitions found.
2118 property_count += 2; // Make space for two more properties.
2175 // Clear inobject properties if needed by adjusting the instance size and
2176 // putting in a filler object instead of the inobject properties.
2198 PrintF("Object properties have been normalized:\n");
2458 // Make sure the properties are normalized before removing the entry.
2478 // Check if the object is among the named properties.
2484 // Check if the object is among the indexed properties.
2568 // - No prototype has enumerable properties/elements.
2678 // Search object and it's prototype chain for callback properties.
2932 // to maps. If properties need to be retained use CopyDropTransitions.
2938 // If the map has pre-allocated properties always start out with a descriptor
2939 // array describing these properties.
4769 // Traverse the proposed prototype chain looking for setters for properties of
6454 // Fill in the names of local properties into the supplied storage. The main
7091 // Convert to fast elements containing only the existing properties.
7682 // If not, we generate new indices for the properties.