aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch13/13.1/13.1-4gs.js
blob: 642844247a2bde849d43f06c76a0d051c8b53ed1 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @path ch13/13.1/13.1-4gs.js
 * @description Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionExpression
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */
"use strict";
throw NotEarlyError;
var _13_1_4_fun = function (arguments) { };