MCPcopy Index your code
hub / github.com/nodejs/node / scanError

Function scanError

test/fixtures/snapshot/typescript.js:31977–31979  ·  view source on GitHub ↗
(message, length)

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

parseErrorAtPositionFunction · 0.85

Tested by

no test coverage detected