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

Function reportIncompatibleError

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

Source from the content-addressed store, hash-verified

64746 };
64747 }
64748 function reportIncompatibleError(message, arg0, arg1, arg2, arg3) {
64749 overrideNextErrorInfo++; // Suppress the next relation error
64750 lastSkippedInfo = undefined; // Reset skipped info cache
64751 (incompatibleStack || (incompatibleStack = [])).push([message, arg0, arg1, arg2, arg3]);
64752 }
64753 function reportIncompatibleStack() {
64754 var stack = incompatibleStack || [];
64755 incompatibleStack = undefined;

Callers 5

_loop_19Function · 0.85
propertyRelatedToFunction · 0.85
propertiesRelatedToFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected