Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / esnext.iterator.to-array.js
index 90d32b8fcca9adbd77a36ecf9d345e48ac64d98a..471ea49bcb19525cf0e4fb75bd6ef565bd68ef15 100644 (file)
@@ -9,7 +9,7 @@ var push = [].push;
 $({ target: 'Iterator', proto: true, real: true }, {
   toArray: function toArray() {
     var result = [];
-    iterate(anObject(this), push, result, false, true);
+    iterate(anObject(this), push, { that: result, IS_ITERATOR: true });
     return result;
   }
 });