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


/**
 * @path chapter10/10.1/10.1.1/10.1.1-5gs.js
 * @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears at the start of the code
 * @onlyStrict
 * @negative NotEarlyError
 */

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