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

Function SourceLocation

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

Source from the content-addressed store, hash-verified

1504 }
1505
1506 function SourceLocation() {
1507 this.start = new Position();
1508 this.end = null;
1509 }
1510
1511 function WrappingSourceLocation(startToken) {
1512 this.start = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected