[Webkit-unassigned] [Bug 172660] New: Prevent async methods named 'function' in Object literal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 26 13:15:30 PDT 2017


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

            Bug ID: 172660
           Summary: Prevent async methods named 'function' in Object
                    literal
           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: gskachkov at gmail.com

```
({
  async function() {}
})
```
Should be syntax error:
https://github.com/tc39/ecma262/pull/884
https://github.com/tc39/test262/pull/967/files#diff-0fc4f159cc11cd6471944c682729ff0dR17

-- 
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/20170526/f555490d/attachment.html>


More information about the webkit-unassigned mailing list