Home | History | Annotate | Download | only in src

Lines Matching refs:hasGetter

1185 PropertyMirror.prototype.hasGetter = function() {
1205 if (this.hasGetter()) {
1236 !this.hasGetter() && !this.hasSetter());