Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ v
Function
v
test/js_optimizer/constructor-output.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
// EMSCRIPTEN_START_FUNCS
24
function
v() {
25
return
t(10, 20) + u(30);
26
}
27
function
t(a, b) {
28
return
u(a + b);
29
}
Callers
1
R
Function · 0.70
Calls
2
t
Function · 0.85
u
Function · 0.70
Tested by
no test coverage detected