aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter15/15.3/15.3.5/15.3.5-2gs.js
blob: a140bfb0d61cca18ae98b6612e232fb106dfd8dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


/**
 * @path chapter15/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;