aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter10/10.1/10.1.1/10.1.1-8gs.js
blob: 2562290094a563cfd572189664c1943330f1d0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


/**
 * @path chapter10/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
 * @onlyStrict
 * @negative EarlyErrorRePat
 */

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