[Webkit-unassigned] [Bug 144238] New: Class contructor and methods shouldn't have "arguments"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 26 16:00:05 PDT 2015


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

            Bug ID: 144238
           Summary: Class contructor and methods shouldn't have
                    "arguments"
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: fpizlo at apple.com, ggaren at apple.com
            Blocks: 140491

Apparently ES6 gutted "arguments" property from class constructors and methods.
Authors should also be able to define a property named "arguments";
e.g.
class A {
  static arguments() {}
}
class B {
  static get arguments() {}
}

-- 
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/20150426/ed04b22e/attachment-0001.html>


More information about the webkit-unassigned mailing list