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

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

Issue 356213003: Support non-internalized string key lookups in Hydrogen KeyedLoadIC (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merge ToT 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
« no previous file with comments | « src/runtime.cc ('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/internalizestring.js
diff --git a/test/mjsunit/runtime-gen/globalprint.js b/test/mjsunit/runtime-gen/internalizestring.js
similarity index 87%
copy from test/mjsunit/runtime-gen/globalprint.js
copy to test/mjsunit/runtime-gen/internalizestring.js
index bf4d7e9ad2a87da3c9eb36b2904ed32c1ee0a013..7729f5611dd61de280c681c46c376f5494ce4a84 100644
--- a/test/mjsunit/runtime-gen/globalprint.js
+++ b/test/mjsunit/runtime-gen/internalizestring.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _string = "foo";
-%GlobalPrint(_string);
+%InternalizeString(_string);
« no previous file with comments | « src/runtime.cc ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698