We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae24d05 commit 20a68e9Copy full SHA for 20a68e9
lib/timers.js
@@ -430,7 +430,7 @@ exports.clearInterval = function(timer) {
430
};
431
432
433
-const Timeout = function(after) {
+function Timeout(after) {
434
this._called = false;
435
this._idleTimeout = after;
436
this._idlePrev = this;
test/message/timeout_throw.out
@@ -2,6 +2,6 @@
2
undefined_reference_error_maker;
3
^
4
ReferenceError: undefined_reference_error_maker is not defined
5
- at null._onTimeout (*test*message*timeout_throw.js:*:*)
+ at Timeout._onTimeout (*test*message*timeout_throw.js:*:*)
6
at tryOnTimeout (timers.js:*:*)
7
at Timer.listOnTimeout (timers.js:*:*)
0 commit comments