aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch10/10.1/10.1.1/10.1.1-8gs.js
blob: 9b942759a5aebe38e5319d7d27b05a1e8081aa52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


/**
 * @path ch10/10.1/10.1.1/10.1.1-8gs.js
 * @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice in the code
 * @noStrict
 * @negative ^((?!NotEarlyError).)*$
 */

"use strict";
"use strict";
throw NotEarlyError;
var public = 1;