Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
let
abortExecution = false;
84
85
export
function
errorOccured() {
86
return
abortExecution;
87
}
88
89
export
function
error(msg, lineNo) {
90
abortExecution = true;
Callers
2
finalCombiner
Function · 0.90
runJSify
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected