(message, arg0, arg1, arg2, arg3)
| 64857 | } |
| 64858 | } |
| 64859 | function reportError(message, arg0, arg1, arg2, arg3) { |
| 64860 | ts.Debug.assert(!!errorNode); |
| 64861 | if (incompatibleStack) |
| 64862 | reportIncompatibleStack(); |
| 64863 | if (message.elidedInCompatabilityPyramid) |
| 64864 | return; |
| 64865 | errorInfo = ts.chainDiagnosticMessages(errorInfo, message, arg0, arg1, arg2, arg3); |
| 64866 | } |
| 64867 | function associateRelatedInfo(info) { |
| 64868 | ts.Debug.assert(!!errorInfo); |
| 64869 | if (!relatedInfo) { |
no test coverage detected
searching dependent graphs…