(e3, t3)
| 1010 | this._linePadding = e3; |
| 1011 | } |
| 1012 | _lineIntersectsZone(e3, t3) { |
| 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 | } |