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

Method serialize

tools/js_optimizer.py:116–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 return code.replace('13371337', '0.0')
115
116 def serialize(self):
117 return {
118 'globals': self.globs,
119 }
120
121
122start_funcs_marker = '// EMSCRIPTEN_START_FUNCS\n'

Callers 3

minify_shellMethod · 0.95
run_on_fileFunction · 0.95
preamble.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected