(codePoint: number)
| 516 | } |
| 517 | |
| 518 | private reconsumeCodePoint(codePoint: number) { |
| 519 | this._value.unshift(codePoint); |
| 520 | } |
| 521 | |
| 522 | private peekCodePoint(delta: number): number { |
| 523 | if (delta >= this._value.length) { |
no outgoing calls
no test coverage detected