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

Function c

test/js_optimizer/minifyLocals-output.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5function b() {}
6
7function c() {
8 var a = 10;
9 return a;
10}
11
12function d(f, g, h) {
13 var i, j, k, l;

Callers 1

lFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected