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

Lines Matching refs:lastValue

12087     this.lastValue = this.getValue();
12092 if (Object.isString(this.lastValue) && Object.isString(value) ?
12093 this.lastValue != value : String(this.lastValue) != String(value)) {
12095 this.lastValue = value;
12119 this.lastValue = this.getValue();
12128 if (this.lastValue != value) {
12130 this.lastValue = value;