[Webkit-unassigned] [Bug 279659] New: [JSC] Implement `some`/`every`/`find` from Iterator Helpers Proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 02:03:44 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=279659

            Bug ID: 279659
           Summary: [JSC] Implement `some`/`every`/`find` from Iterator
                    Helpers Proposal
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aosukeke at gmail.com

This patch implements following methods from Iterator Helpers Proposal[1]:

    - `Iterator.prototype.some`[2]
    - `Iterator.prototype.every`[3]
    - `Iterator.prototype.find`[4]

    [1]: https://github.com/tc39/proposal-iterator-helpers
    [2]: https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.some
    [3]: https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.every
    [4]: https://tc39.es/proposal-iterator-helpers/#sec-iteratorprototype.find

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240913/107782da/attachment.htm>


More information about the webkit-unassigned mailing list