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

Unified Diff: src/collection-iterator.js

Issue 353293003: ES6: Add missing Set.prototype.keys function (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | « no previous file | test/mjsunit/harmony/collection-iterator.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/collection-iterator.js
diff --git a/src/collection-iterator.js b/src/collection-iterator.js
index b8b304eb97364ca8a6d9bfc5f9b6a237423b0e0e..096e30dcab56812ccf631773654d7076ede82df2 100644
--- a/src/collection-iterator.js
+++ b/src/collection-iterator.js
@@ -87,6 +87,7 @@ function ExtendSetPrototype() {
InstallFunctions($Set.prototype, DONT_ENUM, $Array(
'entries', SetEntries,
+ 'keys', SetValues,
'values', SetValues
));
« no previous file with comments | « no previous file | test/mjsunit/harmony/collection-iterator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698