Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ ThrowException
Function
ThrowException
test/core/test_exceptions_2.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
typedef void (*FuncPtr)();
10
11
void ThrowException() { throw std::runtime_error(
"catch me!"
); }
12
13
FuncPtr ptr = ThrowException;
14
Callers
nothing calls this directly
Calls
1
runtime_error
Function · 0.85
Tested by
no test coverage detected