Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ second
Function
second
test/core/test_longjmp_throw.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
volatile int x = 0;
11
12
void second(void) {
13
printf(
"second\n"
);
14
if (x == 17) throw 5;
15
else longjmp(buf, -1);
16
}
17
18
void first(void) {
19
printf(
"first\n"
);
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected