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

Function usedFromDeep

test/js_optimizer/emitDCEGraph.js:70–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69// deep uses, that we can't scan
70function usedFromDeep() {
71}
72var Something = {
73 property: function() {
74 usedFromDeep();

Callers 1

emitDCEGraph.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected