Lines Matching refs:properties
207 // Populate the constant properties fixed array for a materialized object
210 ZoneList<ObjectLiteral::Property*>* properties,
216 void BuildArrayLiteralBoilerplateLiterals(ZoneList<Expression*>* properties,
742 // Properties count estimation.
1475 // Returns true if the expressions appear to denote different properties
1683 // Find and mark all assignments to named properties in this (this.x =)
2150 // properties in the prototype chain, but only after the variable
2153 // properties defined in prototype objects.
2816 // TODO(1231235): We try to estimate the set of properties set by
2819 // properties if we haven't seen them before. Otherwise we'll
2820 // probably overestimate the number of properties.
3485 ZoneList<ObjectLiteral::Property*>* properties,
3493 for (int i = 0; i < properties->length(); i++) {
3494 ObjectLiteral::Property* property = properties->at(i);
3504 // Add CONSTANT and COMPUTED properties to boilerplate. Use undefined
3505 // value for COMPUTED properties, the real value is filled in at
3528 ZoneListWrapper<ObjectLiteral::Property> properties =
3555 properties.Add(property);
3597 // Count CONSTANT or COMPUTED properties to maintain the enumeration order.
3599 properties.Add(property);
3614 BuildObjectLiteralConstantProperties(properties.elements(),
3619 properties.elements(),
4094 ZoneListWrapper<ObjectLiteral::Property> properties =
4113 properties.Add(property);
4129 BuildObjectLiteralConstantProperties(properties.elements(),
4134 properties.elements(),