Bug 151983

Summary: [ES6] Arrow function. Implement caching of the Scope that store bound values for Arrow function
Product: WebKit Reporter: GSkachkov <gskachkov>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 149338    
Bug Blocks: 140855    

GSkachkov
Reported 2015-12-08 01:39:18 PST
Implement caching of the Scope that store bound values for Arrow function. Now(by patch 149338) it does emitResolveScope each time when we need 'this', 'newTarget' or 'super' by emitLoadArrowFunctionLexicalEnvironment function.
Attachments
Note You need to log in before you can comment on or make changes to this bug.