(e3, t3)
| 3482 | e3 < this.start ? this.start = e3 : e3 > this.end && (this.end = e3); |
| 3483 | } |
| 3484 | markRangeDirty(e3, t3) { |
| 3485 | e3 > t3 && (E = e3, e3 = t3, t3 = E), e3 < this.start && (this.start = e3), t3 > this.end && (this.end = t3); |
| 3486 | } |
| 3487 | markAllDirty() { |
| 3488 | this.markRangeDirty(0, this._bufferService.rows - 1); |
| 3489 | } |
no outgoing calls
no test coverage detected