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

Unified Diff: test/mjsunit/runtime-gen/getmapentries.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: 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
Index: test/mjsunit/runtime-gen/getmapentries.js
diff --git a/test/mjsunit/runtime-gen/mapclear.js b/test/mjsunit/runtime-gen/getmapentries.js
similarity index 88%
copy from test/mjsunit/runtime-gen/mapclear.js
copy to test/mjsunit/runtime-gen/getmapentries.js
index 1e1b0e70a02d82f129d2f3456c53db49beef2962..8e3afbf5726f8f2a99b0d8bab5960913ffc6f9c5 100644
--- a/test/mjsunit/runtime-gen/mapclear.js
+++ b/test/mjsunit/runtime-gen/getmapentries.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();
-%MapClear(_holder);
+%GetMapEntries(_holder);

Powered by Google App Engine
This is Rietveld 408576698