RESOLVED FIXED 159387
BytecodeGenerator::getVariablesUnderTDZ is too conservative
https://bugs.webkit.org/show_bug.cgi?id=159387
Summary BytecodeGenerator::getVariablesUnderTDZ is too conservative
Filip Pizlo
Reported 2016-07-02 10:39:23 PDT
For example it will say that "x" is under TDZ in the "...": { { let x; ... } let x; }
Attachments
patch (5.12 KB, patch)
2016-07-03 02:14 PDT, Saam Barati
no flags
Saam Barati
Comment 1 2016-07-03 02:14:23 PDT
WebKit Commit Bot
Comment 2 2016-07-03 14:37:19 PDT
Comment on attachment 282657 [details] patch Clearing flags on attachment: 282657 Committed r202795: <http://trac.webkit.org/changeset/202795>
WebKit Commit Bot
Comment 3 2016-07-03 14:37:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.