aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch13/13.0/13_4-5gs.js
blob: 2fa29eb7c19afb44d7bc531f0612d5c31a6465a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path ch13/13.0/13_4-5gs.js
 * @description Strict Mode - SourceElements is evaluated as strict mode code when a FunctionDeclaration is contained in strict mode code
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */

"use strict";
throw NotEarlyError;
function _13_0_4_5_fun() { eval = 42; };