[Webkit-unassigned] [Bug 209703] New: [JSC] Public class field should accept "static" as field name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 28 09:28:22 PDT 2020


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

            Bug ID: 209703
           Summary: [JSC] Public class field should accept "static" as
                    field name
           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

The following program should be valid, but throws a SyntaxError:

```
class A {
  super;
  static;
  set;
  get;
  test() { return "foo"; }
}
```

-- 
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/20200328/440ead64/attachment.htm>


More information about the webkit-unassigned mailing list