Home | History | Annotate | Download | only in src

Lines Matching refs:properties

341   // Type feedback information for assignments and properties.
1305 // about an object literal's properties from the parser
1352 ZoneList<Property*>* properties() const { return properties_; }
1380 ZoneList<Property*>* properties,
1388 properties_(properties),
2795 ZoneList<ObjectLiteral::Property*>* properties,
2802 isolate_, constant_properties, properties, literal_index,
2954 // Top-level literal doesn't count for the AST's properties.