| 8725 | } |
| 8726 | |
| 8727 | void RunContext::exceptionEarlyReported() { |
| 8728 | m_shouldReportUnexpected = false; |
| 8729 | } |
| 8730 | |
| 8731 | void RunContext::handleFatalErrorCondition( StringRef message ) { |
| 8732 | // First notify reporter that bad things happened |
nothing calls this directly
no outgoing calls
no test coverage detected