| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -208,9 +208,6 @@ class Timeout { | |||
| 208 | 208 | this._idlePrev = this; | |
| 209 | 209 | this._idleNext = this; | |
| 210 | 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 | 211 | this._onTimeout = callback; | |
| 215 | 212 | this._timerArgs = args; | |
| 216 | 213 | this._repeat = isRepeat ? after : null; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments