(self)
| 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): |
nothing calls this directly
no test coverage detected