parse-err-syntax-1.js (733B)
1 // |reftest| error:SyntaxError module 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 description: Early SyntaxError resulting from module parsing 6 esid: sec-parsemodule 7 negative: 8 phase: parse 9 type: SyntaxError 10 info: | 11 [...] 12 2. Parse sourceText using Module as the goal symbol and analyze the parse 13 result for any Early Error conditions. If the parse was successful and 14 no early errors were found, let body be the resulting parse tree. 15 Otherwise, let body be a List of one or more SyntaxError objects 16 representing the parsing errors and/or early errors. 17 flags: [module] 18 ---*/ 19 20 $DONOTEVALUATE(); 21 22 ?