Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / esnext.iterator.for-each.js
index c2427703babe2dab177b1f5b6cb26d5f5d15bf9a..0fa67dcfbc78ccdf45789b472245a41a7d0763e2 100644 (file)
@@ -6,6 +6,6 @@ var anObject = require('../internals/an-object');
 
 $({ target: 'Iterator', proto: true, real: true }, {
   forEach: function forEach(fn) {
-    iterate(anObject(this), fn, undefined, false, true);
+    iterate(anObject(this), fn, { IS_ITERATOR: true });
   }
 });