Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ thrower
Function
thrower
test/core/test_exceptions_allowed.cpp:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include <stdio.h>
7
8
void thrower() {
9
printf(
"infunc..."
);
10
throw(99);
11
printf(
"FAIL"
);
12
}
13
14
void somefunction() {
15
try {
Callers
1
somefunction
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected