Home | History | Annotate | Download | only in parse-only

Lines Matching refs:lastValue

3708     this.lastValue = this.getValue();
3713 if (Object.isString(this.lastValue) && Object.isString(value) ?
3714 this.lastValue != value : String(this.lastValue) != String(value)) {
3716 this.lastValue = value;
3740 this.lastValue = this.getValue();
3749 if (this.lastValue != value) {
3751 this.lastValue = value;