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 ee60254 commit d4abd9dCopy full SHA for d4abd9d
lib/internal/timers.js
@@ -208,9 +208,6 @@ class Timeout {
208
this._idlePrev = this;
209
this._idleNext = this;
210
this._idleStart = null;
211
- // This must be set to null first to avoid function tracking
212
- // on the hidden class, revisit in V8 versions after 6.2
213
- this._onTimeout = null;
214
this._onTimeout = callback;
215
this._timerArgs = args;
216
this._repeat = isRepeat ? after : null;
0 commit comments