Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void __attribute__((always_inline)) MyClass::bar() {
18
out_to_js(3);
19
__builtin_trap(); // line 19
20
}
21
22
int main() {
23
MyClass mc;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected