Bug 278691 - [JSC] Implement `Iterator.from` from Iterator Helpers Proposal
Summary: [JSC] Implement `Iterator.from` from Iterator Helpers Proposal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 278962
Blocks: 280811
  Show dependency treegraph
 
Reported: 2024-08-26 19:23 PDT by Sosuke Suzuki
Modified: 2024-10-02 22:21 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sosuke Suzuki 2024-08-26 19:23:35 PDT
This patch implements `Iterator.from`[2][3] from the Iterator Helpers proposal[1].

[1]: https://github.com/tc39/proposal-iterator-helpers
[2]: https://github.com/tc39/proposal-iterator-helpers?tab=readme-ov-file#iteratorfromobject
[3]: https://tc39.es/proposal-iterator-helpers/#sec-iterator.from
Comment 1 Sosuke Suzuki 2024-08-26 19:37:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/32741
Comment 2 EWS 2024-08-31 00:00:41 PDT
Committed 283016@main (dab2b14ea3af): <https://commits.webkit.org/283016@main>

Reviewed commits have been landed. Closing PR #32741 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-08-31 00:01:15 PDT
<rdar://problem/135065388>