Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ mainey
Function
mainey
test/js_optimizer/constructor.js:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
return
foo + 1;
33
}
34
function
mainey() {
35
return
foo(10, 20) + constructor(30);
36
}
37
// EMSCRIPTEN_END_FUNCS
38
return
{
39
"main"
: mainey
Callers
nothing calls this directly
Calls
2
foo
Function · 0.70
constructor
Function · 0.70
Tested by
no test coverage detected