()
| 1504 | } |
| 1505 | |
| 1506 | function SourceLocation() { |
| 1507 | this.start = new Position(); |
| 1508 | this.end = null; |
| 1509 | } |
| 1510 | |
| 1511 | function WrappingSourceLocation(startToken) { |
| 1512 | this.start = { |
nothing calls this directly
no outgoing calls
no test coverage detected