Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ bar
Function
bar
test/core/test_longjmp_unwind.c:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
jmp_buf jb;
23
24
__attribute__((noinline)) void bar()
25
{
26
printf(
"before longjmp: %ld\n"
, emscripten_stack_get_current());
27
longjmp(jb, 1);
28
}
29
30
volatile void* temp;
31
Callers
1
foo
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected