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