Name Description Size Coverage
block-scope-syntax-const-declarations-mixed-with-without-initialiser.js --- es6id: 13.1 description: > const declarations mixed: with, without initialiser negative: phase: parse type: SyntaxError --- 345 -
block-scope-syntax-const-declarations-mixed-without-with-initialiser.js --- es6id: 13.1 description: > const declarations mixed: without, with initialiser negative: phase: parse type: SyntaxError --- 345 -
block-scope-syntax-const-declarations-without-initialiser.js --- es6id: 13.1 description: > const declarations without initialiser negative: phase: parse type: SyntaxError --- 325 -
browser.js 0 -
const-declaring-let-split-across-two-lines.js --- author: Jeff Walden es6id: 13.3.1.1 description: > const: |const let| split across two lines is a static semantics early error. info: | Lexical declarations may not declare a binding named "let". negative: phase: parse type: SyntaxError --- 484 -
const-invalid-assignment-next-expression-for.js --- es6id: 13.6.3.7_S5.a.i description: > const: invalid assignment in next expression --- 327 -
const-invalid-assignment-statement-body-for-in.js --- es6id: 13.6.4.10_S1.a.i description: > const: invalid assignment in Statement body --- 339 -
const-invalid-assignment-statement-body-for-of.js --- es6id: 13.6.4.10_S1.a.i description: > const: invalid assignment in Statement body --- 339 -
const-outer-inner-let-bindings.js --- es6id: 13.1 description: > outer const binding unchanged by for-loop const binding --- 516 -
const.js --- es6id: 13.1 description: > global and block scope const --- 362 -
shell.js 0 -
with-initializer-case-expression-statement-list.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: case Expression : StatementList --- 342 -
with-initializer-default-statement-list.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: default : StatementList --- 332 -
with-initializer-do-statement-while-expression.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: do Statement while ( Expression ) negative: phase: parse type: SyntaxError --- 405 -
with-initializer-for-statement.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: for ( ;;) Statement negative: phase: parse type: SyntaxError --- 388 -
with-initializer-if-expression-statement-else-statement.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: if ( Expression ) Statement else Statement negative: phase: parse type: SyntaxError --- 415 -
with-initializer-if-expression-statement.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: if ( Expression ) Statement negative: phase: parse type: SyntaxError --- 392 -
with-initializer-label-statement.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: label: Statement negative: phase: parse type: SyntaxError --- 378 -
with-initializer-while-expression-statement.js --- es6id: 13.1 description: > const declarations with initialisers in statement positions: while ( Expression ) Statement negative: phase: parse type: SyntaxError --- 399 -
without-initializer-case-expression-statement-list.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: case Expression : StatementList negative: phase: parse type: SyntaxError --- 414 -
without-initializer-default-statement-list.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: default : StatementList negative: phase: parse type: SyntaxError --- 404 -
without-initializer-do-statement-while-expression.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: do Statement while ( Expression ) negative: phase: parse type: SyntaxError --- 404 -
without-initializer-for-statement.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: for ( ;;) Statement negative: phase: parse type: SyntaxError --- 387 -
without-initializer-if-expression-statement-else-statement.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: if ( Expression ) Statement else Statement negative: phase: parse type: SyntaxError --- 414 -
without-initializer-if-expression-statement.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: if ( Expression ) Statement negative: phase: parse type: SyntaxError --- 391 -
without-initializer-label-statement.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: label: Statement negative: phase: parse type: SyntaxError --- 377 -
without-initializer-while-expression-statement.js --- es6id: 13.1 description: > const declarations without initialisers in statement positions: while ( Expression ) Statement negative: phase: parse type: SyntaxError --- 398 -