<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#c7">Comment # 7</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>Comment on <span class=""><a href="attachment.cgi?id=259943&amp;action=diff" name="attach_259943" title="Patch">attachment 259943</a> <a href="attachment.cgi?id=259943&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=259943&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=259943&amp;action=review</a>

<span class="quote">&gt; Source/JavaScriptCore/runtime/JSFunction.cpp:481
&gt; +            || (propertyName == exec-&gt;propertyNames().prototype &amp;&amp; !executable-&gt;isArrowFunction())</span >

Why the isArrowFunction check here?
If we're an arrow function, don't we want to prevent deletion here?</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>