test262/test/language/statements/const
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
..
syntax 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-local-closure-get-before-initialization.js Fix test regressions 2015-07-17 17:31:26 +02:00
block-local-use-before-initialization-in-declaration-statement.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
block-local-use-before-initialization-in-prior-statement.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
fn-name-arrow.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-class.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-cover.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-fn.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-gen.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
function-local-closure-get-before-initialization.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
function-local-use-before-initialization-in-declaration-statement.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
function-local-use-before-initialization-in-prior-statement.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
global-closure-get-before-initialization.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
global-use-before-initialization-in-declaration-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
global-use-before-initialization-in-prior-statement.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
redeclaration-error-from-within-strict-mode-function-const.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00