(message, arg0, arg1, arg2, arg3)
| 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; |
no test coverage detected