NEW156926
The environment we create to put "this" in when we have an 'eval' doesn't always need to claim its variables are under TDZ
https://bugs.webkit.org/show_bug.cgi?id=156926
Summary The environment we create to put "this" in when we have an 'eval' doesn't alw...
Saam Barati
Reported 2016-04-22 13:48:35 PDT
It only needs to do this when it's variables really are under TDZ. Like in an ES6 constructor.
Attachments
GSkachkov
Comment 1 2016-04-26 14:47:40 PDT
Are there any examples for this case?
Note You need to log in before you can comment on or make changes to this bug.