Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ somefunction
Function
somefunction
test/core/test_exceptions_allowed.cpp:14–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void somefunction() {
15
try {
16
thrower();
17
}
18
catch (...) {
19
printf(
"done!*\n"
);
20
}
21
}
22
23
int main() {
24
somefunction();
Callers
1
main
Function · 0.85
Calls
2
printf
Function · 0.85
thrower
Function · 0.70
Tested by
no test coverage detected