| 10252 | } |
| 10253 | |
| 10254 | void RunContext::exceptionEarlyReported() { |
| 10255 | m_shouldReportUnexpected = false; |
| 10256 | } |
| 10257 | |
| 10258 | void RunContext::handleFatalErrorCondition( StringRef message ) { |
| 10259 | // First notify reporter that bad things happened |
nothing calls this directly
no outgoing calls
no test coverage detected