Home | History | Annotate | Download | only in src

Lines Matching refs:SETTER

1465     GETTER, SETTER,        // Property is an accessor function.
1534 Accessors() : getter(NULL), setter(NULL) { }
1536 Expression* setter;