aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter07/7.8/7.8.3/7.8.3-1gs.js
blob: 8ee970461ad85e78e03112546667a3ccfc1b6ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path chapter07/7.8/7.8.3/7.8.3-1gs.js
 * @description Strict Mode - octal extension(010) is forbidden in strict mode
 * @onlyStrict
 * @negative NotEarlyError
 */

"use strict";
throw NotEarlyError;
var y = 010;