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

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

Issue 346413004: Remove distinction between hidden and normal runtime functions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix natives fuzzing 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
Index: test/mjsunit/runtime-gen/stringcharcodeatrt.js
diff --git a/test/mjsunit/runtime-gen/stringparsefloat.js b/test/mjsunit/runtime-gen/stringcharcodeatrt.js
similarity index 80%
copy from test/mjsunit/runtime-gen/stringparsefloat.js
copy to test/mjsunit/runtime-gen/stringcharcodeatrt.js
index b31eccf16dab76d524c0ad9776430802fa47b967..211d54658cd957cb76541522a134ff6f2a402d2b 100644
--- a/test/mjsunit/runtime-gen/stringparsefloat.js
+++ b/test/mjsunit/runtime-gen/stringcharcodeatrt.js
@@ -2,4 +2,5 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _subject = "foo";
-%StringParseFloat(_subject);
+var _i = 32;
+%StringCharCodeAtRT(_subject, _i);

Powered by Google App Engine
This is Rietveld 408576698