RESOLVED FIXED 154027
[ES6] Arrow function syntax. Issue with calling super in arrow function within eval when cache is switched off
https://bugs.webkit.org/show_bug.cgi?id=154027
Summary [ES6] Arrow function syntax. Issue with calling super in arrow function withi...
GSkachkov
Reported 2016-02-09 07:08:10 PST
Created attachment 270924 [details] dump of the error Error during execution following script when cache is off: class A {} var B = class B extends A { constructor () { var arrow = () => eval("eval('(() => super())()')"); arrow(); } }; new B(); Dump of error in attach
Attachments
dump of the error (3.39 KB, text/plain)
2016-02-09 07:08 PST, GSkachkov
no flags
GSkachkov
Comment 1 2016-02-09 07:56:31 PST
Currently this issue is masked by fix of 150893, but might be reintroduced by fix of 153864 or 153977 issue.
GSkachkov
Comment 2 2016-04-04 14:37:23 PDT
Looks like it already fixed. I cann't reproduce now.
Note You need to log in before you can comment on or make changes to this bug.