aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch11/11.13/11.13.2/11.13.2-6-1gs.js
blob: c5933bd3abfcc31957670e0214e98d7ee76a575a (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path ch11/11.13/11.13.2/11.13.2-6-1gs.js
 * @description Strict Mode - SyntaxError is throw if the identifier eval appears as the LeftHandSideExpression of a Compound Assignment operator(*=)
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */

"use strict";
throw NotEarlyError;
eval *= 20;