(token)
| 4510 | } |
| 4511 | |
| 4512 | function rewind(token) { |
| 4513 | index = token.range[0] |
| 4514 | lineNumber = token.lineNumber |
| 4515 | lineStart = token.lineStart |
| 4516 | lookahead = token |
| 4517 | } |
| 4518 | |
| 4519 | function markerCreate() { |
| 4520 | if (!extra.loc && !extra.range) { |
no outgoing calls
no test coverage detected
searching dependent graphs…