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

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

Issue 402423003: Expose the content of Sets and WeakSets through SetMirror. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments Created 6 years, 5 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/harmony/mirror-collections.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/getweaksetvalues.js
diff --git a/test/mjsunit/runtime-gen/getweakmapentries.js b/test/mjsunit/runtime-gen/getweaksetvalues.js
similarity index 87%
copy from test/mjsunit/runtime-gen/getweakmapentries.js
copy to test/mjsunit/runtime-gen/getweaksetvalues.js
index 38e5251c2443b835848e41d89c7d6945c10226bb..e3447238d14ad91158a34f148a8482b404984aef 100644
--- a/test/mjsunit/runtime-gen/getweakmapentries.js
+++ b/test/mjsunit/runtime-gen/getweaksetvalues.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _holder = new WeakMap();
-%GetWeakMapEntries(_holder);
+%GetWeakSetValues(_holder);
« no previous file with comments | « test/mjsunit/harmony/mirror-collections.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698