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

Function AJSDCE

tools/acorn-optimizer.mjs:409–411  ·  view source on GitHub ↗
(ast)

Source from the content-addressed store, hash-verified

407
408// Aggressive JSDCE - multiple iterations
409function AJSDCE(ast) {
410 JSDCE(ast, /* aggressive= */ true);
411}
412
413function isWasmImportsAssign(node) {
414 // var wasmImports = ..

Callers

nothing calls this directly

Calls 1

JSDCEFunction · 0.85

Tested by

no test coverage detected