-
Mark Miller authoredMark Miller authored
11.3.1-2-1gs.js 260 B
/**
* @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++)
* @strict_only
* @negative EarlyErrorRePat
*/
throw NotEarlyError;
arguments++;