early-err-flags-unicode-escape.js (505B)
1 // |reftest| error:SyntaxError 2 // Copyright (C) 2016 the V8 project authors. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 /*--- 5 esid: sec-literals-regular-expression-literals-static-semantics-early-errors 6 info: | 7 RegularExpressionFlags :: 8 RegularExpressionFlags IdentifierPart 9 10 description: > 11 It is a Syntax Error if IdentifierPart contains a Unicode escape sequence. 12 negative: 13 phase: parse 14 type: SyntaxError 15 ---*/ 16 17 $DONOTEVALUATE(); 18 19 /./\u0067;