| 47 | } |
| 48 | |
| 49 | inline ULONG_PTR PER_PEXCEPTOBJ(PEXCEPTION_RECORD p) noexcept { |
| 50 | return p->ExceptionInformation[1]; |
| 51 | } |
| 52 | |
| 53 | unsigned current_cxx_exception_index() noexcept { |
| 54 | if (PEXCEPTION_RECORD current_cxx_exception = _pCurrentException) { |
no outgoing calls
no test coverage detected