MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Aborter

Method Aborter

test/core/test_demangle_stacks_noassert.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10class Class {
11 public:
12 __attribute__((noinline))
13 void Aborter(double x, char y, int *z) {
14 volatile int w = 1;
15 if (w) {
16 abort();
17 }
18 }
19};
20}
21

Callers 1

mainFunction · 0.45

Calls 1

abortFunction · 0.50

Tested by

no test coverage detected