aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter07/7.8/7.8.5/7.8.5-1gs.js
blob: 409ee1d28ecb89f11ee8e72bd3f97f10969d0b0b (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 EarlyErrorRePat
 */

throw NotEarlyError;
var re = //;