[Webkit-unassigned] [Bug 208764] New: Remove bad assertion in FTLLowerDFGToB3's compileDelBy().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 7 09:56:32 PST 2020


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

            Bug ID: 208764
           Summary: Remove bad assertion in FTLLowerDFGToB3's
                    compileDelBy().
           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: mark.lam at apple.com

The assertion ASSERT(base.gpr() != params[2].gpr()) is wrong because it is legal JS to pass in the same value as the base and subscript.

<rdar://problem/59940095>

-- 
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/20200307/abfb5a47/attachment.htm>


More information about the webkit-unassigned mailing list