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

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

Issue 398513005: Expose the content of Maps and WeakMaps through MapMirror. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE 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/getweakmapentries.js
diff --git a/test/mjsunit/runtime-gen/arrayconcat.js b/test/mjsunit/runtime-gen/getweakmapentries.js
similarity index 75%
copy from test/mjsunit/runtime-gen/arrayconcat.js
copy to test/mjsunit/runtime-gen/getweakmapentries.js
index 0b080697ae0193b7b64a451cc9b42a5124872eca..38e5251c2443b835848e41d89c7d6945c10226bb 100644
--- a/test/mjsunit/runtime-gen/arrayconcat.js
+++ b/test/mjsunit/runtime-gen/getweakmapentries.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 arg0 = [1, 'a'];
-%ArrayConcat(arg0);
+var _holder = new WeakMap();
+%GetWeakMapEntries(_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