[Webkit-unassigned] [Bug 185995] New: for-in loops should preserve the TDZ stack for each of its internal loops.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 14:45:00 PDT 2018


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

            Bug ID: 185995
           Summary: for-in loops should preserve the TDZ stack for each of
                    its internal loops.
           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

This is because there's not guarantee that any of the loop bodies will have executed.  Hence, there's no guarantee that the TDZ variables will have beeb initialized after each loop body.

<rdar://problem/40173142>

-- 
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/20180525/d7ec7487/attachment.html>


More information about the webkit-unassigned mailing list