MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / Position

Function Position

scripts/libs/esprima.js:1501–1504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1499 }
1500
1501 function Position() {
1502 this.line = startLineNumber;
1503 this.column = startIndex - startLineStart;
1504 }
1505
1506 function SourceLocation() {
1507 this.start = new Position();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected