[Webkit-unassigned] [Bug 149933] New: [ES6] Arrow function syntax. Implement syntactic analysis for arrow function that 'tells' if arrow function use 'this'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 14:31:55 PDT 2015


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

            Bug ID: 149933
           Summary: [ES6] Arrow function syntax. Implement syntactic
                    analysis for arrow function that 'tells' if arrow
                    function use 'this'
    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

It would be nice to implement syntactic analysis for arrow function that 'tells' if arrow function use 'this'.Something similar to usesThis(). It should check if 'this' or eval is used inside of body arrow function. This property will allow to avoid unnecessary allocations, checks and emits.

-- 
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/20151008/5b3a0e0c/attachment-0001.html>


More information about the webkit-unassigned mailing list