Sign in
cobalt
/
cobalt
/
3dc8b3855f2b32702936add58a952cac6687ac3d
/
.
/
third_party
/
v8
/
test
/
message
/
fail
/
strict-formal-parameters.out
blob: 3ea3f233b74da85b24a2923f772e1c91c94f70cf [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
6
:
SyntaxError
:
Duplicate
parameter name
not
allowed
in
this
context
function
foo
(
b
,
a
,
a
,
d
)
{
return
a
}
^
SyntaxError
:
Duplicate
parameter name
not
allowed
in
this
context