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

Method bar

test/core/test_dwarf.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void __attribute__((always_inline)) MyClass::bar() {
18 out_to_js(3);
19 __builtin_trap(); // line 19
20}
21
22int main() {
23 MyClass mc;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected