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

Function main

test/js_optimizer/minifyLocals.js:1–3  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1function main(x) {
2 constructor(); // special word in JS, must not be confused by it
3}
4function constructor() {
5}
6function foo() {

Callers

nothing calls this directly

Calls 1

constructorFunction · 0.70

Tested by

no test coverage detected