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

Unified Diff: src/symbol.js

Issue 658423002: Unship ES6 iteration and unscopables on 3.28 (Closed) Base URL: https://v8.googlecode.com/svn/branches/3.28
Patch Set: Created 6 years, 2 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/preparser.cc ('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 ce3327bbdbaf7beac83a07073c49ac64f869a863..9f2e563704a0e678f7001b839213941e050b13ea 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
+ // "unscopables", symbolUnscopables // added in unscopables.js
));
InstallFunctions($Symbol, DONT_ENUM, $Array(
"for", SymbolFor,
« no previous file with comments | « src/preparser.cc ('k') | src/unscopables.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698