MCPcopy 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
14void somefunction() {
15 try {
16 thrower();
17 }
18 catch (...) {
19 printf("done!*\n");
20 }
21}
22
23int main() {
24 somefunction();

Callers 1

mainFunction · 0.85

Calls 2

printfFunction · 0.85
throwerFunction · 0.70

Tested by

no test coverage detected