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

Method test_exceptions

test/test_core.py:1144–1147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1142
1143 @with_all_eh_sjlj
1144 def test_exceptions(self):
1145 self.set_setting('EXCEPTION_DEBUG')
1146 self.maybe_closure()
1147 self.do_core_test('test_exceptions.cpp', out_suffix='_caught')
1148
1149 @requires_wasm_eh
1150 def test_exceptions_with_and_without_longjmp(self):

Callers

nothing calls this directly

Calls 3

maybe_closureMethod · 0.95
do_core_testMethod · 0.95
set_settingMethod · 0.80

Tested by

no test coverage detected