MCPcopy 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

9typedef void (*FuncPtr)();
10
11void ThrowException() { throw std::runtime_error("catch me!"); }
12
13FuncPtr ptr = ThrowException;
14

Callers

nothing calls this directly

Calls 1

runtime_errorFunction · 0.85

Tested by

no test coverage detected