| // 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/direct-block.template |
| description: Existing variable binding is not modified (Block statement in eval code containing a function declaration) |
| esid: sec-web-compat-evaldeclarationinstantiation |
| flags: [generated, noStrict] |
| B.3.3.3 Changes to EvalDeclarationInstantiation |
| a. If declaredFunctionOrVarNames does not contain F, then |
| init = f;{ function f() { } }' |
| assert.sameValue(init, 123); |