aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter11/11.3/11.3.1/11.3.1-2-1gs.js
blob: d1e3eef17039f03afe94063479d73decdf935cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path chapter11/11.3/11.3.1/11.3.1-2-1gs.js
 * @description Strict Mode - SyntaxError is throw if the identifier arguments appear as a PostfixExpression(arguments++)
 * @onlyStrict
 * @negative EarlyErrorRePat
 */

"use strict";
throw NotEarlyError;
arguments++;