Searched refs:NewProperty (Results 1 – 5 of 5) 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 }; enumerator57 m_type = NewProperty; in setNewProperty()
330 if (slot.type() != PutPropertySlot::NewProperty) { in defineGetter()355 if (slot.type() != PutPropertySlot::NewProperty) { in defineSetter()
836 if (slot.type() == PutPropertySlot::NewProperty) { in tryCachePutByID()
1245 if (slot.type() == PutPropertySlot::NewProperty) { in tryCachePutByID()