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
39 enum Type { Uncachable, ExistingProperty, NewProperty }; enumerator
2848 Property* NewProperty(Expression* obj, Expression* key, int pos) { in NewProperty() function