<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: arrow function names are never inferred, call frames are labeled (anonymous function)"
   href="https://bugs.webkit.org/show_bug.cgi?id=148318#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: arrow function names are never inferred, call frames are labeled (anonymous function)"
   href="https://bugs.webkit.org/show_bug.cgi?id=148318">bug 148318</a>
              from <span class="vcard"><a class="email" href="mailto:gskachkov&#64;gmail.com" title="GSkachkov &lt;gskachkov&#64;gmail.com&gt;"> <span class="fn">GSkachkov</span></a>
</span></b>
        <pre>As I understand this is related to the SetFunctionName operation described in ES6 specification 
<a href="http://www.ecma-international.org/ecma-262/6.0/#sec-setfunctionname">http://www.ecma-international.org/ecma-262/6.0/#sec-setfunctionname</a>


So arrow function should support name property.
let a = () =&gt; {};
a.name === 'a';  //TRUE</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>