<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>157863</bug_id>
          
          <creation_ts>2016-05-18 14:53:35 -0700</creation_ts>
          <short_desc>[ES6] Built-in functions, strict functions created using the Function constructor, and function create by bind method  must not be created with &apos;caller&apos; and &apos;arguments&apos; own properties.</short_desc>
          <delta_ts>2021-05-14 06:42:38 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>https://tc39.github.io/ecma262/#sec-forbidden-extensions</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>152985</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="GSkachkov">gskachkov</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ashvayka</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1194429</commentid>
    <comment_count>0</comment_count>
    <who name="GSkachkov">gskachkov</who>
    <bug_when>2016-05-18 14:53:35 -0700</bug_when>
    <thetext>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 &amp; arguments).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1760056</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Shvayka">ashvayka</who>
    <bug_when>2021-05-14 06:42:38 -0700</bug_when>
    <thetext>JSC doesn&apos;t create &quot;caller&quot; / &quot;arguments&quot; on all above-mentioned functions for a few years now (tested on r277026).
I am adding these test cases as part of https://bugs.webkit.org/show_bug.cgi?id=225277.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>