[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
Fri Apr 21 14:05:14 PDT 2017


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

--- Comment #80 from Saam Barati <sbarati at apple.com> ---
Was there a plan for this to fix this test:

```
eval("'use strict'; const x = 10; function f() {console.log(x);} f()") 
```
This still throws a ReferenceError.

-- 
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/20170421/06ef098a/attachment-0001.html>


More information about the webkit-unassigned mailing list