()
| 7514 | |
| 7515 | // Internal: Resets the parser state and throws a `SyntaxError`. |
| 7516 | var abort = function() { |
| 7517 | Index = Source = null; |
| 7518 | throw SyntaxError(); |
| 7519 | }; |
| 7520 | |
| 7521 | // Internal: Returns the next token, or `"$"` if the parser has reached |
| 7522 | // the end of the source string. A token may be a string, number, `null` |
no outgoing calls
no test coverage detected