aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch13/13.1/13.1-8gs.js
blob: 847c13ab2dfc6358947ec3e2bb525eadd00ae3d9 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @path ch13/13.1/13.1-8gs.js
 * @description Strict Mode - SyntaxError is thrown if a FunctionExpression has two identical parameters
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */
"use strict";
throw NotEarlyError;
var _13_1_8_fun = function (param, param) { };