Skip to content

Commit

Permalink
Create mutable instead of immutable bindings in the [[FunctionsInBloc…
Browse files Browse the repository at this point in the history
…k]] env rec.
  • Loading branch information
syg committed Feb 22, 2016
1 parent b956ea2 commit fd2ffda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36627,7 +36627,7 @@ <h1>Changes to BlockDeclarationInstantiation</h1>
1. If _d_ is a |FunctionDeclaration| production, then
1. Let _fibRec_ be the value of _envRec_.[[FunctionsInBlock]].
1. Assert: _fibRec_ is a declarative Environment Record.
1. Perform ! _fibRec_.CreateImmutableBinding(_fn_, *true*).
1. Perform ! _fibRec_.CreateMutableBinding(_fn_, *false*).
1. Perform _fibRec_.InitializeBinding(_fn_, _fo_).
</emu-alg>
</emu-annex>
Expand Down

0 comments on commit fd2ffda

Please sign in to comment.