MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / abort

Function abort

website/public/wasm/web-tree-sitter.js:1696–1705  ·  view source on GitHub ↗
(what)

Source from the content-addressed store, hash-verified

1694 }
1695 __name(postRun, "postRun");
1696 function abort(what) {
1697 Module["onAbort"]?.(what);
1698 what = "Aborted(" + what + ")";
1699 err(what);
1700 ABORT = true;
1701 what += ". Build with -sASSERTIONS for more info.";
1702 var e = new WebAssembly.RuntimeError(what);
1703 readyPromiseReject?.(e);
1704 throw e;
1705 }
1706 __name(abort, "abort");
1707 var wasmBinaryFile;
1708 function findWasmBinary() {

Callers 10

initMethod · 0.85
getBinaryMethod · 0.85
_Method · 0.85
getValueMethod · 0.85
setValueMethod · 0.85
_abortMethod · 0.85
instantiateArrayBufferFunction · 0.85
getValueFunction · 0.85
setValueFunction · 0.85
Module2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected