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