aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter11/11.3/11.3.1/11.3.1-2-1gs.js
blob: a08f732e5960d818b23585047518f89d62466399 (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 NotEarlyError
 */

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