MCPcopy 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}
4function constructor() {
5}
6function foo() {
7 var bar = 10;
8 return bar;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected