aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter10/10.1/10.1.1/10.1.1-8gs.js
blob: 33450af8f5cec81350fe4541a6f001b805128849 (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 NotEarlyError
 */

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