Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getExportOrModuleUseName
Function
getExportOrModuleUseName
tools/acorn-optimizer.mjs:452–454 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
450
}
451
452
function
getExportOrModuleUseName(node) {
453
return
node.property.value;
454
}
455
456
function
isModuleUse(node) {
457
return
(
Callers
3
emitDCEGraph
Function · 0.85
visitNode
Function · 0.85
applyDCEGraphRemovals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected