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

Unified Diff: src/symbol.js

Issue 384963002: ES6 Unscopables (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « src/flag-definitions.h ('k') | src/unscopables.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/symbol.js
diff --git a/src/symbol.js b/src/symbol.js
index 7b855c70fc96e1da2a1e9b51d08f5aa544f90a3a..9f2e563704a0e678f7001b839213941e050b13ea 100644
--- a/src/symbol.js
+++ b/src/symbol.js
@@ -105,7 +105,7 @@ function SetUpSymbol() {
// "isRegExp", symbolIsRegExp,
"iterator", symbolIterator
// "toStringTag", symbolToStringTag,
- // "unscopables", symbolUnscopables
+ // "unscopables", symbolUnscopables // added in unscopables.js
));
InstallFunctions($Symbol, DONT_ENUM, $Array(
"for", SymbolFor,
« no previous file with comments | « src/flag-definitions.h ('k') | src/unscopables.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698