MCPcopy 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

9var array = [1, 2, '3', function() { ignoreInsideIt() }];
10var keeperArray = [1, 2, '3', four()];
11function f(x, y, z) {
12 // shadow the x,y,z
13 x = y;
14 y = z;
15}
16
17// exported
18function g(a) {

Callers 3

mainFunction · 0.50
mainFunction · 0.50
tickFunction · 0.50

Calls

no outgoing calls

Tested by 2

mainFunction · 0.40
mainFunction · 0.40