()
| 16624 | } |
| 16625 | } |
| 16626 | syncLineStartToCursor() { |
| 16627 | this.lineChunkIndex = this.chunkIndex; |
| 16628 | this.linePos = this.pos; |
| 16629 | this.dropConsumedChunks(); |
| 16630 | } |
| 16631 | dropConsumedChunks() { |
| 16632 | while (this.lineChunkIndex > 0) { |
| 16633 | this.chunks.shift(); |
no test coverage detected