[Webkit-unassigned] [Bug 168684] New: [JSC] It should be possible create a label named let when parsing Statement in non strict mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 15:49:17 PST 2017


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

            Bug ID: 168684
           Summary: [JSC] It should be possible create a label named let
                    when parsing Statement in non strict mode
    Classification: Unclassified
           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: ticaiolima at gmail.com

i.e case like the following codes:

```
if (true) let: x()
```

or

```
with ({}) let: y()
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170221/3f59cdb5/attachment.html>


More information about the webkit-unassigned mailing list