Lines Matching refs:properties
789 // about an object literal's properties from the parser
818 ZoneList<Property*>* properties,
824 properties_(properties) {}
829 virtual bool IsLeaf() { return properties()->is_empty(); }
834 ZoneList<Property*>* properties() const { return properties_; }
1040 // Synthetic properties are property lookups introduced by the system,
1042 // properties should use the global object as receiver, not the base object