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

Method is_browser_test

test/common.py:454–455  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

452 return not self.is_wasm()
453
454 def is_browser_test(self):
455 return False
456
457 def is_wasm64(self):
458 return '-m64' in self.cflags

Callers 7

require_pthreadsMethod · 0.95
require_wasm64Method · 0.95
require_wasm_ehMethod · 0.95
require_jspiMethod · 0.95
runMethod · 0.45
modifiedFunction · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36