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

Unified Diff: test/mjsunit/own-symbols.js

Issue 1182303004: All private symbols are own symbols (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 5 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
« test/mjsunit/harmony/private.js ('K') | « test/mjsunit/harmony/private.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/own-symbols.js
diff --git a/test/mjsunit/own-symbols.js b/test/mjsunit/own-symbols.js
index 588a032aa86c582380497f087649988910cd0750..c74935c00062f10bd9a8bec0a97a2776c93f9d02 100644
--- a/test/mjsunit/own-symbols.js
+++ b/test/mjsunit/own-symbols.js
@@ -4,8 +4,8 @@
//
// Flags: --allow-natives-syntax
-var s = %CreatePrivateOwnSymbol("s");
-var s1 = %CreatePrivateOwnSymbol("s1");
+var s = %CreatePrivateSymbol("s");
+var s1 = %CreatePrivateSymbol("s1");
function TestSimple() {
var p = {}
« test/mjsunit/harmony/private.js ('K') | « test/mjsunit/harmony/private.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698