()
| 64737 | relatedInfo = saved.relatedInfo; |
| 64738 | } |
| 64739 | function captureErrorCalculationState() { |
| 64740 | return { |
| 64741 | errorInfo: errorInfo, |
| 64742 | lastSkippedInfo: lastSkippedInfo, |
| 64743 | incompatibleStack: incompatibleStack === null || incompatibleStack === void 0 ? void 0 : incompatibleStack.slice(), |
| 64744 | overrideNextErrorInfo: overrideNextErrorInfo, |
| 64745 | relatedInfo: relatedInfo === null || relatedInfo === void 0 ? void 0 : relatedInfo.slice(), |
| 64746 | }; |
| 64747 | } |
| 64748 | function reportIncompatibleError(message, arg0, arg1, arg2, arg3) { |
| 64749 | overrideNextErrorInfo++; // Suppress the next relation error |
| 64750 | lastSkippedInfo = undefined; // Reset skipped info cache |
no test coverage detected
searching dependent graphs…