MCPcopy 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
8void thrower() {
9 printf("infunc...");
10 throw(99);
11 printf("FAIL");
12}
13
14void somefunction() {
15 try {

Callers 1

somefunctionFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected