aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch08/8.7/8.7.2/8.7.2-3-a-2gs.js
blob: bea31d3b9d43a8e64a15c7831a2a1e22151602ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path ch08/8.7/8.7.2/8.7.2-3-a-2gs.js
 * @description Strict Mode - 'runtime' error is thrown before LeftHandSide evaluates to an unresolvable Reference
 * @onlyStrict
 * @negative NotEarlyError
 */

"use strict";
throw NotEarlyError;
b = 11;