Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
409
function
AJSDCE(ast) {
410
JSDCE(ast, /* aggressive= */ true);
411
}
412
413
function
isWasmImportsAssign(node) {
414
// var wasmImports = ..
Callers
nothing calls this directly
Calls
1
JSDCE
Function · 0.85
Tested by
no test coverage detected