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

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

Issue 329253004: Optimize Map/Set.prototype.forEach (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update count to fix merge issue 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
Index: test/mjsunit/runtime-gen/mapiteratormovenext.js
diff --git a/test/mjsunit/runtime-gen/mapiteratornext.js b/test/mjsunit/runtime-gen/mapiteratormovenext.js
similarity index 87%
copy from test/mjsunit/runtime-gen/mapiteratornext.js
copy to test/mjsunit/runtime-gen/mapiteratormovenext.js
index cbd7e5b158bd38ed01a42cad038f9278dd4ffb19..69da2c865240725ed0886f6a149edc603ee20347 100644
--- a/test/mjsunit/runtime-gen/mapiteratornext.js
+++ b/test/mjsunit/runtime-gen/mapiteratormovenext.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _holder = new Map().entries();
-%MapIteratorNext(_holder);
+%MapIteratorMoveNext(_holder);

Powered by Google App Engine
This is Rietveld 408576698