MCPcopy Create free account
hub / github.com/CloudBoost/cloudboost / abort

Function abort

sdk/src/CloudSocketClientLib.js:7516–7519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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`

Callers 3

lexFunction · 0.70
getFunction · 0.70
runInContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected