Home | History | Annotate | Download | only in src

Lines Matching defs:GETTER

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