<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Function.toString.call(class Foo {}) doesn't say &quot;class&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=149743#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Function.toString.call(class Foo {}) doesn't say &quot;class&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=149743">bug 149743</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=149743#c7">comment #7</a>)
<span class="quote">&gt; This is still not fixed in stable, nor in nightly from 2016-06-06.
&gt; 
&gt; `Function.toString.call(class Foo {})` returns `
&gt; &quot;function () {
&gt;     
&gt; }&quot;` which is decidedly not correct, especially given the `Function#toString`
&gt; spec changes that are now stage 3 in ECMAScript.</span >

When I run this I get:

js&gt; Function.toString.call(class Foo {})
&quot;class Foo {}&quot;

I checked Safari Technology Preview Release 5, WebKit Nightly 6/6 (r201731), and a Trunk Build in `jsc` from around 201700 (give or take 15 commits).

Could you clarify in what version of WebKit you are testing this?</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>