MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / abort

Function abort

public/javascripts/socket.io.js:2517–2520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2515
2516 // Internal: Resets the parser state and throws a `SyntaxError`.
2517 var abort = function () {
2518 Index = Source = null;
2519 throw SyntaxError();
2520 };
2521
2522 // Internal: Returns the next token, or `"$"` if the parser has reached
2523 // 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