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

Method setUp

test/test_browser.py:5777–5782  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5775
5776class browser_2gb(browser):
5777 def setUp(self):
5778 super().setUp()
5779 self.set_setting('INITIAL_MEMORY', '2200mb')
5780 self.set_setting('GLOBAL_BASE', '2gb')
5781 # Without this we get a warning about GLOBAL_BASE being ignored when used with SIDE_MODULE
5782 self.cflags.append('-Wno-unused-command-line-argument')

Callers

nothing calls this directly

Calls 3

set_settingMethod · 0.80
appendMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected