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

Unified Diff: src/runtime.h

Issue 118553003: Upgrade Symbol implementation to match current ES6 behavior. (Closed) Base URL: git://github.com/v8/v8.git@bleeding_edge
Patch Set: Created 6 years, 12 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: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index af6c112093e9c7fe44428cbec7578277f6eacbd2..d2f13c61f9e96c334229f4380db9798e7bcadd20 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -315,8 +315,10 @@ namespace internal {
/* Harmony symbols */ \
F(CreateSymbol, 1, 1) \
F(CreatePrivateSymbol, 1, 1) \
- F(SymbolName, 1, 1) \
+ F(SymbolDescription, 1, 1) \
F(SymbolIsPrivate, 1, 1) \
+ F(SymbolGetSymbolData, 1, 1) \
+ F(SymbolSetSymbolData, 2, 1) \
\
/* Harmony proxies */ \
F(CreateJSProxy, 2, 1) \
« no previous file with comments | « src/messages.js ('k') | src/runtime.cc » ('j') | test/mjsunit/harmony/symbols.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698