(message, length)
| 31975 | parseErrorAt(range.pos, range.end, message, arg0); |
| 31976 | } |
| 31977 | function scanError(message, length) { |
| 31978 | parseErrorAtPosition(scanner.getTextPos(), length, message); |
| 31979 | } |
| 31980 | function getNodePos() { |
| 31981 | return scanner.getStartPos(); |
| 31982 | } |
nothing calls this directly
no test coverage detected