()
| 1499 | } |
| 1500 | |
| 1501 | function Position() { |
| 1502 | this.line = startLineNumber; |
| 1503 | this.column = startIndex - startLineStart; |
| 1504 | } |
| 1505 | |
| 1506 | function SourceLocation() { |
| 1507 | this.start = new Position(); |
nothing calls this directly
no outgoing calls
no test coverage detected