MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / constructor

Function constructor

test/js_optimizer/constructor.js:31–33  ·  view source on GitHub ↗
(foo)

Source from the content-addressed store, hash-verified

29 return constructor(x + y);
30}
31 function constructor(foo) {
32 return foo + 1;
33}
34 function mainey() {
35 return foo(10, 20) + constructor(30);
36}

Callers 2

fooFunction · 0.70
maineyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected