Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ foo
Function
foo
test/core/test_exceptions_longjmp4.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
static jmp_buf buf;
5
6
void foo() {
7
throw 3;
8
}
9
10
int main() {
11
int jmpval = setjmp(buf);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected