[Webkit-unassigned] [Bug 151983] New: [ES6] Arrow function. Implement caching of the Scope that store bound values for Arrow function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 01:39:18 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151983

            Bug ID: 151983
           Summary: [ES6] Arrow function. Implement caching of the Scope
                    that store bound values for  Arrow function
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gskachkov at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151208/65b187bf/attachment.html>


More information about the webkit-unassigned mailing list