ES6: Add missing Set.prototype.keys function
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 30 Jun 2014 14:37:07 +0000 (14:37 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 30 Jun 2014 14:37:07 +0000 (14:37 +0000)
commit7b04a68d239729c381b50ee600fc1b181a763050
tree3c484d607e3d7b6b0b986d0f99b42ab6a5f9e2c2
parent1f338fa2e83f44ff83880f76f941d41c315382e4
ES6: Add missing Set.prototype.keys function

https://people.mozilla.org/~jorendorff/es6-draft.html#sec-set.prototype.keys

The value of the keys property is just the initial value of the values
function.

BUG=v8:3411
LOG=Y
R=rossberg@chromium.org

Review URL: https://codereview.chromium.org/353293003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22099 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/collection-iterator.js
test/mjsunit/harmony/collection-iterator.js