Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
foo
Function · 0.70
mainey
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected