Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ engine_is_node
Function
engine_is_node
test/common.py:295–297 ·
view source on GitHub ↗
(engine)
Source
from the content-addressed store, hash-verified
293
294
295
def
engine_is_node(engine):
296
assert type(engine) is list
297
return
match_engine_executable(engine,
'node'
)
298
299
300
def
engine_is_v8(engine):
Callers
6
test_override_js_execution_environment
Method · 0.90
test_environment
Method · 0.90
require_pthreads
Method · 0.85
setUp
Method · 0.85
engine_is_node
Method · 0.85
get_engine_with_args
Method · 0.85
Calls
2
match_engine_executable
Function · 0.85
type
Enum · 0.50
Tested by
2
test_override_js_execution_environment
Method · 0.72
test_environment
Method · 0.72