if (this._start > this._nextLF) {
      this._nextLF =
        (this._data.indexOf('\n', this._start) + 1 || this._end + 1) - 1
    }