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 062eab4 commit 13f9c66Copy full SHA for 13f9c66
lib/internal/timers.js
@@ -188,9 +188,6 @@ class Timeout {
188
this._idlePrev = this;
189
this._idleNext = this;
190
this._idleStart = null;
191
- // This must be set to null first to avoid function tracking
192
- // on the hidden class, revisit in V8 versions after 6.2
193
- this._onTimeout = null;
194
this._onTimeout = callback;
195
this._timerArgs = args;
196
this._repeat = isRepeat ? after : null;
0 commit comments