<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 "class""
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 "class""
href="https://bugs.webkit.org/show_bug.cgi?id=149743">bug 149743</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <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">> This is still not fixed in stable, nor in nightly from 2016-06-06.
>
> `Function.toString.call(class Foo {})` returns `
> "function () {
>
> }"` which is decidedly not correct, especially given the `Function#toString`
> spec changes that are now stage 3 in ECMAScript.</span >
When I run this I get:
js> Function.toString.call(class Foo {})
"class Foo {}"
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>