android_mt6572_jiabo/external/v8/test/message/strict-formal-parameters.out
2025-09-05 16:56:03 +08:00

4 lines
208 B
Text

*%(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