[Webkit-unassigned] [Bug 257697] New: [JSC] delete operator shouldn't perform TDZ checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 4 16:12:13 PDT 2023


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

            Bug ID: 257697
           Summary: [JSC] delete operator shouldn't perform TDZ checks
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ashvayka at apple.com

Delete operator (https://tc39.es/ecma262/#sec-delete-operator-runtime-semantics-evaluation) calls into DeleteBinding abstract op, while TDZ check (and throwing ReferenceErrors) happens in GetBindingValue.

-- 
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/20230604/30f3cf73/attachment.htm>


More information about the webkit-unassigned mailing list