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

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

Issue 259883002: ES6: Add support for Map and Set Iterator (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Code review changes Created 6 years, 7 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 | « test/mjsunit/runtime-gen/mapiteratorinitialize.js ('k') | test/mjsunit/runtime-gen/setcreateiterator.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 ae979bd8c254d5226bee2872cde2f6f2f6fe1376..cbd7e5b158bd38ed01a42cad038f9278dd4ffb19 100644
--- a/test/mjsunit/runtime-gen/mapiteratornext.js
+++ b/test/mjsunit/runtime-gen/mapiteratornext.js
@@ -1,5 +1,5 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
-var _holder = %MapCreateIterator(new Map(), 3);
+var _holder = new Map().entries();
%MapIteratorNext(_holder);
« no previous file with comments | « test/mjsunit/runtime-gen/mapiteratorinitialize.js ('k') | test/mjsunit/runtime-gen/setcreateiterator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698