(token)
| 4094 | } |
| 4095 | |
| 4096 | function rewind(token) { |
| 4097 | index = token.range[0]; |
| 4098 | lineNumber = token.lineNumber; |
| 4099 | lineStart = token.lineStart; |
| 4100 | lookahead = token; |
| 4101 | } |
| 4102 | |
| 4103 | function markerCreate() { |
| 4104 | if (!extra.loc && !extra.range) { |
no outgoing calls
no test coverage detected