(e3)
| 3479 | this.start = this._bufferService.buffer.y, this.end = this._bufferService.buffer.y; |
| 3480 | } |
| 3481 | markDirty(e3) { |
| 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 | } |
no outgoing calls
no test coverage detected