Home | History | Annotate | Download | only in debug

Lines Matching refs:hasSetter

1553 PropertyMirror.prototype.hasSetter = function() {
1578 if (this.hasSetter()) {
1595 !this.hasGetter() && !this.hasSetter());