Home | History | Annotate | Download | only in src

Lines Matching full:__lookupgetter__

771     if (this.receiver.__lookupGetter__(prop) === this.fun ||
773 (!this.receiver.__lookupGetter__(prop) && this.receiver[prop] === this.fun)) {