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

Unified Diff: src/symbol.js

Issue 455743002: Enable ES6 unscopables (Closed) Base URL: https://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 9f2e563704a0e678f7001b839213941e050b13ea..ce3327bbdbaf7beac83a07073c49ac64f869a863 100644
--- a/src/symbol.js
+++ b/src/symbol.js
@@ -103,9 +103,9 @@ function SetUpSymbol() {
// "hasInstance", symbolHasInstance,
// "isConcatSpreadable", symbolIsConcatSpreadable,
// "isRegExp", symbolIsRegExp,
- "iterator", symbolIterator
+ "iterator", symbolIterator,
// "toStringTag", symbolToStringTag,
- // "unscopables", symbolUnscopables // added in unscopables.js
+ "unscopables", symbolUnscopables
));
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