Name Description Size
async-function-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 766
async-function-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration, async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 786
async-function-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 738
async-function-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 747
async-function-name-redeclaration-attempt-with-function.js --- description: redeclaration with FunctionDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 771
async-function-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators, async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 764
async-function-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 737
async-function-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (AsyncFunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 777
async-generator-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions, async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 786
async-generator-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 772
async-generator-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 741
async-generator-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 750
async-generator-name-redeclaration-attempt-with-function.js --- description: redeclaration with FunctionDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 774
async-generator-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators, async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 767
async-generator-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 740
async-generator-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (AsyncGeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 780
browser.js 0
class-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 738
class-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 741
class-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 682
class-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 691
class-name-redeclaration-attempt-with-function.js --- description: redeclaration with FunctionDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 715
class-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 719
class-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 681
class-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (ClassDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 721
const-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 750
const-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 753
const-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 694
const-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 703
const-name-redeclaration-attempt-with-function.js --- description: redeclaration with FunctionDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 727
const-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 731
const-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 693
const-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (LexicalDeclaration (const) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 733
function-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 749
function-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 752
function-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 693
function-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 702
function-name-redeclaration-attempt-with-function-strict.js --- description: redeclaration with FunctionDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated, onlyStrict] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 752
function-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 730
function-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 692
function-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (FunctionDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 732
generator-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions, generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 764
generator-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration, generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 767
generator-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 719
generator-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 728
generator-name-redeclaration-attempt-with-function.js --- description: redeclaration with FunctionDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 752
generator-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 733
generator-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 718
generator-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (GeneratorDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 758
let-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 740
let-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 743
let-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 684
let-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 693
let-name-redeclaration-attempt-with-function.js --- description: redeclaration with FunctionDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 717
let-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 721
let-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any duplicate entries. --- 683
let-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (LexicalDeclaration (let) in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 723
shell.js 0
var-name-redeclaration-attempt-with-async-function.js --- description: redeclaration with AsyncFunctionDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-functions] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 768
var-name-redeclaration-attempt-with-async-generator.js --- description: redeclaration with AsyncGeneratorDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [async-iteration] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 771
var-name-redeclaration-attempt-with-class.js --- description: redeclaration with ClassDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 712
var-name-redeclaration-attempt-with-const.js --- description: redeclaration with const-LexicalDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 721
var-name-redeclaration-attempt-with-function.js --- description: redeclaration with FunctionDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 745
var-name-redeclaration-attempt-with-generator.js --- description: redeclaration with GeneratorDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors features: [generators] flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 749
var-name-redeclaration-attempt-with-let.js --- description: redeclaration with let-LexicalDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] negative: phase: parse type: SyntaxError info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 711
var-name-redeclaration-attempt-with-var.js --- description: redeclaration with VariableDeclaration (VariableDeclaration in SwitchStatement) esid: sec-switch-statement-static-semantics-early-errors flags: [generated] info: | SwitchStatement : switch ( Expression ) CaseBlock It is a Syntax Error if any element of the LexicallyDeclaredNames of CaseBlock also occurs in the VarDeclaredNames of CaseBlock. --- 644