<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><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> changed
<a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Non-helpful SyntaxError message for duplicate parameters in strict mode"
href="https://bugs.webkit.org/show_bug.cgi?id=106176">bug 106176</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>joepeck@webkit.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Non-helpful SyntaxError message for duplicate parameters in strict mode"
href="https://bugs.webkit.org/show_bug.cgi?id=106176#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Non-helpful SyntaxError message for duplicate parameters in strict mode"
href="https://bugs.webkit.org/show_bug.cgi?id=106176">bug 106176</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>Things are slightly better now. It would still be nice if it said duplicate parameters though. Current state of things (r207235):
js> function f(a,a){'use strict'}
Invalid parameters or function name in strict mode.:1
js> function f(a,a){'use strict'; ''}
Invalid parameters or function name in strict mode.:1
js> function f(a,a){'use strict'; return a}
Invalid parameters or function name in strict mode.:1</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>