aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch14/14.1/14.1-4gs.js
blob: 0919733687af91d02f2a38996f8c1ef7e0b8fa05 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @path ch14/14.1/14.1-4gs.js
 * @description StrictMode - a Use Strict Directive followed by a strict mode violation
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */
"use strict";
throw NotEarlyError;
eval = 42;