Home | History | Annotate | Download | only in src

Lines Matching refs:hasGetter

1342 PropertyMirror.prototype.hasGetter = function() {
1362 if (this.hasGetter()) {
1393 !this.hasGetter() && !this.hasSetter());