Bug 279501
Summary: | [JSC] Implement `Iterator.prototype.forEach` from Iterator Helpers Proposal | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sosuke Suzuki <aosukeke> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 280811 |
Sosuke Suzuki
This patch implements `Iterator.prototype.forEach`[1] from Iterator Helpers Proposal[2].
[1]: https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.foreach
[2]: https://github.com/tc39/proposal-iterator-helpers
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/33455
EWS
Committed 283673@main (0de8b68389b2): <https://commits.webkit.org/283673@main>
Reviewed commits have been landed. Closing PR #33455 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/136010225>