NEW 151983
[ES6] Arrow function. Implement caching of the Scope that store bound values for Arrow function
https://bugs.webkit.org/show_bug.cgi?id=151983
Summary [ES6] Arrow function. Implement caching of the Scope that store bound values ...
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.