aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch11/11.1/11.1.5/11.1.5-1gs.js
blob: 91f98bf9a437863c4f60749e6592c150a6bb26b3 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @path ch11/11.1/11.1.5/11.1.5-1gs.js
 * @description Strict Mode - SyntaxError is thrown when 'eval' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment that is contained in strict code
 * @onlyStrict
 * @negative ^((?!NotEarlyError).)*$
 */
"use strict";
throw NotEarlyError;
var obj = { set _11_1_5_1_fun(eval) {}};