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

Function check_js_engines

test/runner.py:138–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137
138def check_js_engines():
139 if not all(jsrun.check_engine(e) for e in config.JS_ENGINES):
140 errlog('Not all the JS engines in JS_ENGINES appear to work.')
141 sys.exit(1)
142
143 if common.EMTEST_ALL_ENGINES:
144 errlog('(using ALL js engines)')
145
146
147def get_and_import_modules():

Callers 1

mainFunction · 0.85

Calls 1

errlogFunction · 0.90

Tested by

no test coverage detected