MCPcopy Index your code
hub / github.com/nodejs/node / reportError

Function reportError

test/fixtures/snapshot/typescript.js:64859–64866  ·  view source on GitHub ↗
(message, arg0, arg1, arg2, arg3)

Source from the content-addressed store, hash-verified

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) {

Callers 15

reportIncompatibleStackFunction · 0.85
reportRelationErrorFunction · 0.85
isRelatedToFunction · 0.85
reportErrorResultsFunction · 0.85
_loop_19Function · 0.85
propertyRelatedToFunction · 0.85
reportUnmatchedPropertyFunction · 0.85
propertiesRelatedToFunction · 0.85
signaturesRelatedToFunction · 0.85

Calls 2

reportIncompatibleStackFunction · 0.85
assertMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…