[Webkit-unassigned] [Bug 177851] New: Safari 10 /11 problem with if returning void await

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 3 18:01:32 PDT 2017


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

            Bug ID: 177851
           Summary: Safari 10 /11 problem with if returning void await
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: macOS 10.12.4
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: klimashkin at gmail.com

Safari fails on 

(async e => {
  if (void 0) return void await s.async.side.effect();
  s.another.method();
})();

Described fully here https://github.com/mishoo/UglifyJS2/issues/2344

-- 
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/20171004/83ac8f56/attachment-0001.html>


More information about the webkit-unassigned mailing list