[Webkit-unassigned] [Bug 163208] [ES6]. Implement Annex B.3.3 function hoisting rules for eval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 00:30:16 PST 2017


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

--- Comment #47 from Saam Barati <sbarati at apple.com> ---
Firefox nightly outputs:

```
eval
eval
Reflect
p2
bar
```

Which looks pretty obviously wrong w.r.t looking up `eval` twice. But they don't look up `baz` at all. So perhaps the spec says to skip `with` scopes here.

-- 
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/20170213/9946416a/attachment.html>


More information about the webkit-unassigned mailing list