aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch13/13.1/13.1-13gs.js
blob: 082857c0b35d63316eeab680fdec84c126ec3d51 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @path ch13/13.1/13.1-13gs.js
 * @description StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionDeclaration
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */
"use strict";
throw NotEarlyError;
function arguments() { };