()
| 16610 | return this.chunkIndex < this.chunks.length && this.pos < this.chunks[this.chunkIndex].length; |
| 16611 | } |
| 16612 | currentByte() { |
| 16613 | return this.chunks[this.chunkIndex][this.pos]; |
| 16614 | } |
| 16615 | consumeCurrentByte() { |
| 16616 | this.advanceCursor(); |
| 16617 | this.syncLineStartToCursor(); |