1dbc432729
This commit is a precursor to making lazy arrow function parsing use similar logic to function(){} argument parsing. R=arv@chromium.org BUG=4020 LOG=N Review URL: https://codereview.chromium.org/1078093002 Cr-Commit-Position: refs/heads/master@{#27773}
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
*%(basename)s:6: SyntaxError: Strict mode function may not have duplicate parameter names
|
|
function foo(b, a, a, d) { return a }
|
|
^
|
|
SyntaxError: Strict mode function may not have duplicate parameter names
|