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

Unified Diff: src/harmony-tostring.js

Issue 722723002: Move public symbols to the root set. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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/harmony-tostring.js
diff --git a/src/harmony-tostring.js b/src/harmony-tostring.js
index 41a84dff6e0079a6ef953f522bf4820c7818742b..543d730994b8fb75d5911c7183ec7aa371616201 100644
--- a/src/harmony-tostring.js
+++ b/src/harmony-tostring.js
@@ -9,8 +9,6 @@
// var $Object = global.Object;
// var $Symbol = global.Symbol;
-var symbolToStringTag = InternalSymbol("Symbol.toStringTag");
rossberg 2014/11/12 16:45:25 Hm, I'm confused. Where is this variable defined n
Yang 2014/11/12 17:18:32 See bootstrapper.cc
-
var kBuiltinStringTags = {
"__proto__": null,
"Arguments": true,
« src/bootstrapper.cc ('K') | « src/factory.h ('k') | src/heap-snapshot-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698