Bug 151983 - [ES6] Arrow function. Implement caching of the Scope that store bound values for Arrow function
Summary: [ES6] Arrow function. Implement caching of the Scope that store bound values ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 149338
Blocks: 140855
  Show dependency treegraph
 
Reported: 2015-12-08 01:39 PST by GSkachkov
Modified: 2015-12-08 01:40 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description GSkachkov 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.