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


/**
 * @path chapter07/7.8/7.8.5/7.8.5-1gs.js
 * @description Empty literal RegExp should result in a SyntaxError
 * @negative NotEarlyError
 */

throw NotEarlyError;
var re = //;