(e3, t3, i2)
| 1013 | return t3 >= e3.startBufferLine && t3 <= e3.endBufferLine; |
| 1014 | } |
| 1015 | _lineAdjacentToZone(e3, t3, i2) { |
| 1016 | return t3 >= e3.startBufferLine - this._linePadding[i2 || "full"] && t3 <= e3.endBufferLine + this._linePadding[i2 || "full"]; |
| 1017 | } |
| 1018 | _addLineToZone(e3, t3) { |
| 1019 | e3.startBufferLine = Math.min(e3.startBufferLine, t3), e3.endBufferLine = Math.max(e3.endBufferLine, t3); |
| 1020 | } |