Bug 143633 - [ES6] Implement Array.prototype.values
Summary: [ES6] Implement Array.prototype.values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-11 03:28 PDT by Yusuke Suzuki
Modified: 2015-04-12 02:51 PDT (History)
6 users (show)

See Also:


Attachments
Patch (14.42 KB, patch)
2015-04-11 15:42 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (14.42 KB, patch)
2015-04-11 15:48 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-04-11 03:28:17 PDT
Now ES6 Symbol is exposed and Symbol.unscopables is implemented.
So we can implement {Array, Map, Set}.prototype.values method.
Comment 1 Yusuke Suzuki 2015-04-11 15:42:11 PDT
Created attachment 250587 [details]
Patch
Comment 2 Yusuke Suzuki 2015-04-11 15:48:08 PDT
Created attachment 250588 [details]
Patch
Comment 3 WebKit Commit Bot 2015-04-12 02:51:39 PDT
Comment on attachment 250588 [details]
Patch

Clearing flags on attachment: 250588

Committed r182668: <http://trac.webkit.org/changeset/182668>
Comment 4 WebKit Commit Bot 2015-04-12 02:51:44 PDT
All reviewed patches have been landed.  Closing bug.