(self, js)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected