test262/test/language/statements/let/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
..
attempt-to-redeclare-let-binding-with-function-declaration.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
attempt-to-redeclare-let-binding-with-var.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
identifier-let-allowed-as-lefthandside-expression-non-strict.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
identifier-let-allowed-as-lefthandside-expression-strict.js - Remove inline license 2015-07-17 19:55:00 +02:00
identifier-let-disallowed-as-boundname.js - Remove inline license 2015-07-17 19:55:00 +02:00
let-closure-inside-condition.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
let-closure-inside-initialization.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
let-closure-inside-next-expression.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
let-let-declaration-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
let-let-declaration-with-initializer-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
let-outer-inner-let-bindings.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
let.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-case-expression-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-default-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-do-statement-while-expression.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-for-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-if-expression-statement-else-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-if-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-label-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initialisers-in-statement-positions-while-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-case-expression-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-default-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-do-statement-while-expression.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-for-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-if-expression-statement-else-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-if-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-label-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
without-initialisers-in-statement-positions-while-expression-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00