Home
last modified time | relevance | path

Searched refs:SPIDERMONKEY_ENGINE (Results 1 – 6 of 6) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tools/debug/
H A Dbisect_pair_wast.py34 …('src.cpp.o.js', stderr=PIPE, full_output=True, assert_returncode=None, engine=SPIDERMONKEY_ENGINE)
H A Dbisect_pair.py33 …t = run_js(name, stderr=PIPE, full_output=True, assert_returncode=None, engine=SPIDERMONKEY_ENGINE)
/dports/devel/emscripten/emscripten-2.0.3/tools/
H A Dshared.py413 global NODE_JS, V8_ENGINE, JS_ENGINE, JS_ENGINES, SPIDERMONKEY_ENGINE, WASM_ENGINES
422 if SPIDERMONKEY_ENGINE:
423 new_spidermonkey = SPIDERMONKEY_ENGINE
426 SPIDERMONKEY_ENGINE = fix_js_engine(SPIDERMONKEY_ENGINE, new_spidermonkey)
1611 SPIDERMONKEY_ENGINE = None variable
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dtest_benchmark.py21 from tools.shared import run_process, path_from_root, SPIDERMONKEY_ENGINE, LLVM_ROOT, V8_ENGINE, PI…
375 if SPIDERMONKEY_ENGINE and SPIDERMONKEY_ENGINE in shared.JS_ENGINES:
H A Dtest_sanity.py18 from tools.shared import NODE_JS, PYTHON, EMCC, SPIDERMONKEY_ENGINE, V8_ENGINE
614 ('js', SPIDERMONKEY_ENGINE),
H A Dtest_core.py23 from tools.shared import NODE_JS, V8_ENGINE, JS_ENGINES, SPIDERMONKEY_ENGINE, PYTHON, EMCC, EMAR, W…
4864 …self.banned_js_engines = [SPIDERMONKEY_ENGINE] # closure can generate variables called 'gc', which…
5131 self.banned_js_engines = [SPIDERMONKEY_ENGINE] # only node handles utf well
6646 if SPIDERMONKEY_ENGINE and os.path.exists(SPIDERMONKEY_ENGINE[0]):
6647 …output = self.run_js('test_demangle_stacks.js', engine=SPIDERMONKEY_ENGINE, assert_returncode=NON_…
7371 self.banned_js_engines = [SPIDERMONKEY_ENGINE, V8_ENGINE] # needs setTimeout which only node has
7885 self.banned_js_engines = [V8_ENGINE, SPIDERMONKEY_ENGINE]