Skip to content

Commit

Permalink
restore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Sep 4, 2024
1 parent 2180a1c commit 8c8676b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function setTimeout(callback, after, arg1, arg2, arg3) {
default:
args = [arg1, arg2, arg3];
for (i = 5; i < arguments.length; i++) {
// Extend array dynamically, makes .apply run much faster in v6.0.0
ArrayPrototypePush(args, arguments[i]);
}
break;
Expand Down

0 comments on commit 8c8676b

Please sign in to comment.