Closed arv closed 9 years ago
For strict mode functions we should not allow strict keywords or eval/arguments as binding name in the formal parameters.
For non simple parameter lists (default, rest and destructuring) as well as strict function we do not allow duplicate binding names.
@johnjbarton PTAL
@barkinet
LGTM, another bug found ;-)
For strict mode functions we should not allow strict keywords or eval/arguments as binding name in the formal parameters.
For non simple parameter lists (default, rest and destructuring) as well as strict function we do not allow duplicate binding names.