MCPcopy Create free account
hub / github.com/RubyLouvre/anu / abort

Function abort

test/json3.js:587–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

585
586 // Internal: Resets the parser state and throws a `SyntaxError`.
587 var abort = function () {
588 Index = Source = null;
589 throw SyntaxError();
590 };
591
592 // Internal: Returns the next token, or `"$"` if the parser has reached
593 // the end of the source string. A token may be a string, number, `null`

Callers 3

lexFunction · 0.85
getFunction · 0.85
runInContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected