| 12679 | } |
| 12680 | |
| 12681 | void RunContext::exceptionEarlyReported() { |
| 12682 | m_shouldReportUnexpected = false; |
| 12683 | } |
| 12684 | |
| 12685 | void RunContext::handleFatalErrorCondition( StringRef message ) { |
| 12686 | // First notify reporter that bad things happened |
nothing calls this directly
no outgoing calls
no test coverage detected