()
| 4035 | this._isClearing = false; |
| 4036 | } |
| 4037 | clearAllMarkers() { |
| 4038 | this._isClearing = true; |
| 4039 | for (let e3 = 0; e3 < this.markers.length; e3++) this.markers[e3].dispose(), this.markers.splice(e3--, 1); |
| 4040 | this._isClearing = false; |
| 4041 | } |
| 4042 | addMarker(e3) { |
| 4043 | const t3 = new l.Marker(e3); |
| 4044 | return this.markers.push(t3), t3.register(this.lines.onTrim(((e4) => { |
no test coverage detected