This commit is contained in:
Leo Balter 2018-12-18 14:55:27 -02:00 committed by Rick Waldron
parent 239951c75f
commit 895778e35b
66 changed files with 58 additions and 58 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-
name: AsyncFunctionDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-
name: AsyncGeneratorDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/class-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with-
name: ClassDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/const-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with-
name: LexicalDeclaration (const) in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/function-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with-
name: FunctionDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with-
name: GeneratorDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-2-to-
path: language/block-scope/syntax/redeclaration/inner-block-var-redeclaration-attempt-after-
name: VariableDeclaration in a BlockStatement inside a BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-
name: VariableDeclaration in a BlockStatement inside a BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/let-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with-
name: LexicalDeclaration (let) in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/var-declaration-attempt-2-to-
path: language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after-
name: VariableDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-
name: VariableDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/fn-scope-var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/fn-scope-var-name-redeclaration-attempt-with-
name: VariableDeclaration in BlockStatement inside a function
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with-
name: AsyncFunctionDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-
name: AsyncGeneratorDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with-
name: ClassDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/const-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with-
name: LexicalDeclaration (const) in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with-
name: FunctionDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with-
name: GeneratorDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/let-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with-
name: LexicalDeclaration (let) in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-
name: VariableDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-
name: AsyncFunctionDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-
name: AsyncGeneratorDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/class-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with-
name: ClassDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/const-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with-
name: LexicalDeclaration (const) in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/function-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with-
name: FunctionDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with-
name: GeneratorDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-
name: VariableDeclaration in a BlockStatement inside a BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/let-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with-
name: LexicalDeclaration (let) in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-
name: VariableDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/fn-scope-var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/fn-scope-var-name-redeclaration-attempt-with-
name: VariableDeclaration in BlockStatement inside a function
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with-
name: AsyncFunctionDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-
name: AsyncGeneratorDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with-
name: ClassDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/const-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with-
name: LexicalDeclaration (const) in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with-
name: FunctionDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with-
name: GeneratorDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/let-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with-
name: LexicalDeclaration (let) in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-
name: VariableDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-
name: AsyncFunctionDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-
name: AsyncGeneratorDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/class-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with-
name: ClassDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/const-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with-
name: LexicalDeclaration (const) in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/function-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with-
name: FunctionDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with-
name: GeneratorDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-2-to-
path: language/block-scope/syntax/redeclaration/inner-block-var-redeclaration-attempt-after-
name: VariableDeclaration in a BlockStatement inside a BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-
name: VariableDeclaration in a BlockStatement inside a BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/let-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with-
name: LexicalDeclaration (let) in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/var-declaration-attempt-2-to-
path: language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after-
name: VariableDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-
name: VariableDeclaration in BlockStatement
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/block-scope/syntax/redeclaration/fn-scope-var-declaration-attempt-to-
path: language/block-scope/syntax/redeclaration/fn-scope-var-name-redeclaration-attempt-with-
name: VariableDeclaration in BlockStatement inside a function
esid: sec-block-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with-
name: AsyncFunctionDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-
name: AsyncGeneratorDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with-
name: ClassDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/const-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with-
name: LexicalDeclaration (const) in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with-
name: FunctionDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with-
name: GeneratorDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/let-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with-
name: LexicalDeclaration (let) in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-
path: language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-
name: VariableDeclaration in SwitchStatement
esid: sec-switch-statement-static-semantics-early-errors
info: |