<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Prototype of arrow function should be undefined"
   href="https://bugs.webkit.org/show_bug.cgi?id=147742#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Prototype of arrow function should be undefined"
   href="https://bugs.webkit.org/show_bug.cgi?id=147742">bug 147742</a>
              from <span class="vcard"><a class="email" href="mailto:sbarati&#64;apple.com" title="Saam Barati &lt;sbarati&#64;apple.com&gt;"> <span class="fn">Saam Barati</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147742#c8">comment #8</a>)
<span class="quote">&gt; How I understand this rule:
&gt; If an arrow function doesn't have own prototype so it can be initialized by
&gt; custom js code. And if it possible to init this property so there has to be
&gt; way to delete it. 
&gt; Does it make sense? 
&gt; Possible I need add this to task description or ChangeLog</span >

Okay. I see. So for normal functions, we're definitely
not allowed to delete &quot;prototype&quot;, but for arrow functions,
we start with no prototype, but we're allowed to define
one and delete one?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>