[webkit-reviews] review granted: [Bug 168844] ASSERTION FAILED: "We should only declare a function as a lexically scoped variable in scopes where var declarations aren't allowed. ..." for function redeclaration with async function module export : [Attachment 311811] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 2 08:56:09 PDT 2017


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 168844: ASSERTION FAILED: "We should only declare a function as a lexically
scoped variable in scopes where var declarations aren't allowed. ..." for
function redeclaration with async function module export
https://bugs.webkit.org/show_bug.cgi?id=168844

Attachment 311811: Patch

https://bugs.webkit.org/attachment.cgi?id=311811&action=review




--- Comment #4 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 311811
  --> https://bugs.webkit.org/attachment.cgi?id=311811
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=311811&action=review

> JSTests/modules/async-function-export.js:1
> +function f()

What are the semantics for this? If I tried to call “f” below, which one would
I call?


More information about the webkit-reviews mailing list