Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ foo
Function
foo
test/js_optimizer/constructor.js:28–30 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
26
var
global$0 = 6191184;
27
// EMSCRIPTEN_START_FUNCS
28
function
foo(x, y) {
29
return
constructor(x + y);
30
}
31
function
constructor(foo) {
32
return
foo + 1;
33
}
Callers
2
applySignatureConversions
Function · 0.70
mainey
Function · 0.70
Calls
1
constructor
Function · 0.70
Tested by
no test coverage detected