Bug 159387

Summary: BytecodeGenerator::getVariablesUnderTDZ is too conservative
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, commit-queue, fpizlo, ggaren, gskachkov, keith_miller, mark.lam, msaboff, oliver, saam, sukolsak, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

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.