Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ constructor
Function
constructor
test/js_optimizer/minifyLocals.js:4–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
constructor();
// special word in JS, must not be confused by it
3
}
4
function
constructor() {
5
}
6
function
foo() {
7
var
bar = 10;
8
return
bar;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected