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

Function getNewMinifiedName

tools/acorn-optimizer.mjs:1581–1584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1579 let nextMinifiedName = 0;
1580
1581 function getNewMinifiedName() {
1582 ensureMinifiedNames(nextMinifiedName);
1583 return minifiedNames[nextMinifiedName++];
1584 }
1585
1586 const minified = new Map();
1587

Callers 1

minifyFunction · 0.85

Calls 1

ensureMinifiedNamesFunction · 0.85

Tested by

no test coverage detected