[Webkit-unassigned] [Bug 150115] New: [ES6] Class method should not declare any variables to upper scope.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 23:03:34 PDT 2015


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

            Bug ID: 150115
           Summary: [ES6] Class method should not declare any variables to
                    upper scope.
    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: utatane.tea at gmail.com

In the following case,

class A {
    method() {
    }
}

the current implementation attempt to declare the variable `method` to the lexical scope for the class `A`'s body.

-- 
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/20151014/1204c4fb/attachment.html>


More information about the webkit-unassigned mailing list