Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ f
Function
f
test/js_optimizer/JSDCE.js:11–15 ·
view source on GitHub ↗
(x, y, z)
Source
from the content-addressed store, hash-verified
9
var
array = [1, 2,
'3'
,
function
() { ignoreInsideIt() }];
10
var
keeperArray = [1, 2,
'3'
, four()];
11
function
f(x, y, z) {
12
// shadow the x,y,z
13
x = y;
14
y = z;
15
}
16
17
// exported
18
function
g(a) {
Callers
3
main
Function · 0.50
main
Function · 0.50
tick
Function · 0.50
Calls
no outgoing calls
Tested by
2
main
Function · 0.40
main
Function · 0.40