Searched defs:NewProperty (Results 1 – 3 of 3) sorted by relevance
11 @property (readwrite) char NewProperty; // expected-note 2 {{property declared here}} property17 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} property22 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} property
1013 PreParserExpression NewProperty(PreParserExpression obj, in NewProperty() function
3384 Property* NewProperty(Expression* obj, Expression* key, int pos) { in NewProperty() function