()
| 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 | } |
| 3490 | }; |
| 3491 | function D(e3) { |
| 3492 | return 0 <= e3 && e3 < 256; |
no test coverage detected