[Webkit-unassigned] [Bug 157863] New: [ES6] ES6 Function. Built-in functions, strict functions created using the Function constructor, and function create by bind method must not be created with 'caller' and 'arguments' own properties.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 14:53:35 PDT 2016


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

            Bug ID: 157863
           Summary: [ES6] ES6 Function.  Built-in functions, strict
                    functions created using the Function constructor, and
                    function create by bind method  must not be created
                    with 'caller' and 'arguments' own properties.
    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

According to ES6 spec: Built-in functions, strict functions created using the Function constructor, generator functions created using the Generator constructor, and functions created using the bind method also must not be created with such own properties(caller & 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/20160518/1c81f0a4/attachment-0001.html>


More information about the webkit-unassigned mailing list