Home | History | Annotate | Download | only in src

Lines Matching defs:GETTER

1459     GETTER, SETTER,        // Property is an accessor function.
1538 Accessors() : getter(NULL), setter(NULL) { }
1539 Expression* getter;