Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: test/mjsunit/runtime-gen/mapiteratornext.js

Issue 355663002: Optimize Map/Set.prototype.forEach (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Cleanup Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/runtime.cc ('k') | test/mjsunit/runtime-gen/setiteratornext.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/mapiteratornext.js
diff --git a/test/mjsunit/runtime-gen/mapiteratornext.js b/test/mjsunit/runtime-gen/mapiteratornext.js
index cbd7e5b158bd38ed01a42cad038f9278dd4ffb19..b46796e03157917df5b559a64b925d39ff8a8da6 100644
--- a/test/mjsunit/runtime-gen/mapiteratornext.js
+++ b/test/mjsunit/runtime-gen/mapiteratornext.js
@@ -2,4 +2,5 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _holder = new Map().entries();
-%MapIteratorNext(_holder);
+var _value_array = new Array();
+%MapIteratorNext(_holder, _value_array);
« no previous file with comments | « src/runtime.cc ('k') | test/mjsunit/runtime-gen/setiteratornext.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698