Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
def
engine_is_spidermonkey(engine):
306
assert type(engine) is list
307
return
match_engine_executable(engine,
'spidermonkey'
)
308
309
310
def
engine_is_deno(engine):
Callers
1
get_engine_with_args
Method · 0.85
Calls
2
match_engine_executable
Function · 0.85
type
Enum · 0.50
Tested by
no test coverage detected