mirror of https://github.com/tc39/test262.git
Merge pull request #939 from dilijev/typo
Corrected typo in annexB templates exsting->existing
This commit is contained in:
commit
ce95292899
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-block.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-block.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-block.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-block.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-block.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-block.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement with a declaration in the first statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement with a declaration in the first statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in the first statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in the first statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in the first statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in the first statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-no-else.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement without an else clause in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-no-else.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement without an else clause in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-no-else.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement without an else clause in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-no-else.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement without an else clause in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-no-else.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement without an else clause in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-decl-no-else.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement without an else clause in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-stmt-else-decl.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement with a declaration in the second statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-stmt-else-decl.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement with a declaration in the second statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-stmt-else-decl.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in the second statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-stmt-else-decl.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in the second statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-stmt-else-decl.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in the second statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-if-stmt-else-decl.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in the second statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-case.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (Function declaration in the `case` clause of a `switch` statement in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-case.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (Function declaration in the `case` clause of a `switch` statement in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-case.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Function declaration in the `case` clause of a `switch` statement in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-case.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Function declaration in the `case` clause of a `switch` statement in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-case.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Function declaration in the `case` clause of a `switch` statement in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-case.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Function declaration in the `case` clause of a `switch` statement in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-dflt.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-dflt.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-dflt.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-dflt.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-dflt.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-func-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-func-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-func/direct-switch-dflt.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-global-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-global-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Variable binding is set to `undefined` (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-global-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-global-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-block.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (Block statement in eval code containing a function declaration)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-global-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-global-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable binding is set to `undefined` (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-global-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-global-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-a.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-fn-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-fn-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-global-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-global-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable binding is set to `undefined` (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-global-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-global-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-var-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-var-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Existing variable binding is not modified (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-var-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-var-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-decl-b.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated following evaluation (IfStatement with a declaration in both statement positions in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-no-init.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Does not re-initialize binding created by similar forms (IfStatement with a declaration in the first statement position in eval code)
|
|
@ -1,5 +1,5 @@
|
|||
// This file was procedurally generated from the following sources:
|
||||
// - src/annex-b-fns/eval-global-exsting-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global-existing-block-fn-update.case
|
||||
// - src/annex-b-fns/eval-global/direct-if-decl-else-stmt.template
|
||||
/*---
|
||||
description: Variable-scoped binding is updated (IfStatement with a declaration in the first statement position in eval code)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue