[Webkit-unassigned] [Bug 251869] New: Iteration order of Set.prototype.intersection is different from proposed spec when this.size > other.size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 11:09:22 PST 2023


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

            Bug ID: 251869
           Summary: Iteration order of Set.prototype.intersection is
                    different from proposed spec when this.size >
                    other.size
           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: keith_miller at apple.com

It's currently specified that the order should be the same as the this value even though we iterate on the other object. This is difficult in our implementation because we can't O(1) test the order of two elements.

-- 
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/20230207/ad588858/attachment.htm>


More information about the webkit-unassigned mailing list