test262/test/language/statements/const/syntax
Jeff Walden 78ca60e6cf Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let". 2015-12-18 15:03:04 -05:00
..
block-scope-syntax-const-declarations-mixed-with-without-initialiser.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
block-scope-syntax-const-declarations-mixed-without-with-initialiser.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
block-scope-syntax-const-declarations-without-initialiser.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
const-declaring-let-split-across-two-lines.js Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let". 2015-12-18 15:03:04 -05:00
const-invalid-assignment-next-expression-for.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
const-invalid-assignment-statement-body-for-in.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
const-invalid-assignment-statement-body-for-of.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
const-outer-inner-let-bindings.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
const.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-case-expression-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-default-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-do-statement-while-expression.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-for-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-if-expression-statement-else-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-if-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-label-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-while-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-case-expression-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-default-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-do-statement-while-expression.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-for-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-if-expression-statement-else-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-if-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-label-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initializer-while-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00