| 163 | } |
| 164 | |
| 165 | void Context::clearException() { |
| 166 | stopFlags = 0; |
| 167 | exception = nullptr; |
| 168 | last_exception = nullptr; |
| 169 | } |
| 170 | |
| 171 | bool WIN_EH_NO_ASAN Context::runWithCatchAndClear ( const callable<void()> & subexpr ) { |
| 172 | bool ok = runWithCatch(subexpr); |
no outgoing calls
no test coverage detected