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

Function engine_is_spidermonkey

test/common.py:305–307  ·  view source on GitHub ↗
(engine)

Source from the content-addressed store, hash-verified

303
304
305def engine_is_spidermonkey(engine):
306 assert type(engine) is list
307 return match_engine_executable(engine, 'spidermonkey')
308
309
310def engine_is_deno(engine):

Callers 1

get_engine_with_argsMethod · 0.85

Calls 2

match_engine_executableFunction · 0.85
typeEnum · 0.50

Tested by

no test coverage detected