Lines Matching defs:properties
944 // but for non-computed LiteralProperty properties the following is true:
1187 // Populate the constant properties/elements fixed array.
1215 // about an object literal's properties from the parser
1259 ObjectLiteralBoilerplateBuilder(ZoneList<Property*>* properties,
1262 : properties_(properties),
1277 const ZonePtrList<Property>* properties() const { return properties_; }
1304 properties()->length() == 0;
1359 ZoneList<Property*>* properties() { return &properties_; }
1371 ObjectLiteral(Zone* zone, const ScopedPtrList<Property>& properties,
1375 properties_(properties.ToConstVector(), zone),
1626 // Returns the properties assign type.
2349 // expected_property_count_ is the sum of instance fields and properties.
2367 // about a class literal's properties from the parser to the code generator.
3029 const ScopedPtrList<ObjectLiteral::Property>& properties,
3032 return zone_->New<ObjectLiteral>(zone_, properties, boilerplate_properties,