MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / errorOccured

Function errorOccured

src/utility.mjs:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83let abortExecution = false;
84
85export function errorOccured() {
86 return abortExecution;
87}
88
89export function error(msg, lineNo) {
90 abortExecution = true;

Callers 2

finalCombinerFunction · 0.90
runJSifyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected