8000
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 d26417f commit 8bcb174Copy full SHA for 8bcb174
test/timers/test-timers-reliability.js
@@ -32,7 +32,7 @@ var intervalFired = false;
32
*/
33
34
var monoTimer = new Timer();
35
-monoTimer.ontimeout = function() {
+monoTimer[Timer.kOnTimeout] = function() {
36
/*
37
* Make sure that setTimeout's and setInterval's callbacks have
38
* already fired, otherwise it means that they are vulnerable to
0 commit comments