Home | History | Annotate | Download | only in src

Lines Matching refs:properties

893   // Returns true if the expressions appear to denote different properties
1170 // Find and mark all assignments to named properties in this (this.x =)
2269 // properties in the prototype chain, but only after the variable
2272 // properties defined in prototype objects.
3063 // TODO(1231235): We try to estimate the set of properties set by
3066 // properties if we haven't seen them before. Otherwise we'll
3067 // probably overestimate the number of properties.
3967 // Duplicate data properties are illegal in strict or extended mode.
3997 ZoneList<ObjectLiteral::Property*>* properties,
4008 for (int i = 0; i < properties->length(); i++) {
4009 ObjectLiteral::Property* property = properties->at(i);
4019 // Add CONSTANT and COMPUTED properties to boilerplate. Use undefined
4020 // value for COMPUTED properties, the real value is filled in at
4097 ZoneList<ObjectLiteral::Property*>* properties =
4135 properties->Add(property);
4199 // Count CONSTANT or COMPUTED properties to maintain the enumeration order.
4203 properties->Add(property);
4224 BuildObjectLiteralConstantProperties(properties,
4230 properties,
4292 int properties,
4298 properties_ = properties;
4343 int properties() {
4548 expected_property_count = logger.properties();