MCPcopy
hub / github.com/opentrace/opentrace / abort

Function abort

ui/public/lbug_wasm_worker.js:1857–1865  ·  view source on GitHub ↗
(what)

Source from the content-addressed store, hash-verified

1855 callRuntimeCallbacks(onPostRuns);
1856 }
1857 function abort(what) {
1858 Module['onAbort']?.(what);
1859 what = 'Aborted(' + what + ')';
1860 err(what);
1861 ABORT = true;
1862 var e = new WebAssembly.RuntimeError(what);
1863 readyPromiseReject?.(e);
1864 throw e;
1865 }
1866 function createExportWrapper(name, nargs) {
1867 return (...args) => {
1868 assert(

Callers 15

assertFunction · 0.85
checkStackCookieFunction · 0.85
setFunction · 0.85
ignoredModulePropFunction · 0.85
getFunction · 0.85
instantiateArrayBufferFunction · 0.85
___assert_failFunction · 0.85
___cxa_rethrowFunction · 0.85
readFileFunction · 0.85
forceLoadFileFunction · 0.85
cacheLengthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected