Bug 303246
| Summary: | [JSC] Implement `Iterator.zip` and `Iterator.zipKeyed` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <aosukeke> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer, zloirock |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sosuke Suzuki
This patch implements `Iterator.zip` and `Iterator.zipKeyed` from
Stage 2.7 Joint Iteration Proposal[1].
It passes all test cases of test262.
[1]: https://github.com/tc39/proposal-joint-iteration
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/54565
Radar WebKit Bug Importer
<rdar://problem/165952086>