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

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

Issue 464473002: Add "own" symbols support. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes for 64-bit builds Created 6 years, 4 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/own-symbols.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/createprivateownsymbol.js
diff --git a/test/mjsunit/runtime-gen/createprivatesymbol.js b/test/mjsunit/runtime-gen/createprivateownsymbol.js
similarity index 87%
copy from test/mjsunit/runtime-gen/createprivatesymbol.js
copy to test/mjsunit/runtime-gen/createprivateownsymbol.js
index bbd99c12b865fa3ae6536813d9a6bcfd196a38df..74548287c107376cf1415cfb5c88664ebe8c525c 100644
--- a/test/mjsunit/runtime-gen/createprivatesymbol.js
+++ b/test/mjsunit/runtime-gen/createprivateownsymbol.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony --harmony-proxies
var arg0 = "foo";
-%CreatePrivateSymbol(arg0);
+%CreatePrivateOwnSymbol(arg0);
« no previous file with comments | « test/mjsunit/own-symbols.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698