Bug 156926

Summary: The environment we create to put "this" in when we have an 'eval' doesn't always need to claim its variables are under TDZ
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: NEW    
Severity: Normal CC: benjamin, fpizlo, ggaren, gskachkov, keith_miller, mark.lam, msaboff, oliver, sukolsak, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.