Home | History | Annotate | Download | only in src

Lines Matching defs:GETTER

1313       GETTER, SETTER,        // Property is an accessor function.
1370 Accessors() : getter(NULL), setter(NULL) { }
1371 Expression* getter;