aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.3/15.3.5/15.3.5-2gs.js
blob: 623a9450fb1de3c5a87b37cd72cc0db8e299c66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


/**
 * @path ch15/15.3/15.3.5/15.3.5-2gs.js
 * @description StrictMode - error is thrown when reading the 'caller' property of a function object
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */

"use strict";
function _15_3_5_1_gs() {}
_15_3_5_1_gs.caller;
throw NotEarlyError;