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

Method __init__

tools/js_optimizer.py:72–75  ·  view source on GitHub ↗
(self, js)

Source from the content-addressed store, hash-verified

70 """
71
72 def __init__(self, js):
73 self.js = js
74 self.symbols_file = None
75 self.profiling_funcs = False
76
77 def minify_shell(self, shell, minify_whitespace):
78 # Run through acorn-optimizer.mjs to find and minify the global symbols

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected