Home | History | Annotate | Download | only in src

Lines Matching defs:setter

1457     GETTER, SETTER,        // Property is an accessor function.
1526 Accessors() : getter(NULL), setter(NULL) { }
1528 Expression* setter;