Skip to content

Commit 8c8676b

Browse files
committed
restore comment
1 parent 2180a1c commit 8c8676b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/timers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ function setTimeout(callback, after, arg1, arg2, arg3) {
154154
default:
155155
args = [arg1, arg2, arg3];
156156
for (i = 5; i < arguments.length; i++) {
157+
// Extend array dynamically, makes .apply run much faster in v6.0.0
157158
ArrayPrototypePush(args, arguments[i]);
158159
}
159160
break;

0 commit comments

Comments
 (0)