Home | History | Annotate | Download | only in src

Lines Matching defs:hasSetter

1523 PropertyMirror.prototype.hasSetter = function() {
1548 if (this.hasSetter()) {
1565 !this.hasGetter() && !this.hasSetter());