Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed Jul 30, 2020
1 parent df428d1 commit ea73966
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6626,9 +6626,8 @@ <h1>SetMutableBinding ( _N_, _V_, _S_ )</h1>
<emu-alg>
1. Let _envRec_ be the object Environment Record for which the method was invoked.
1. Let _bindings_ be the binding object for _envRec_.
1. Let _value_ be ? HasProperty(_bindings_, _N_).
1. If _value_ is *false*, then
1. If _S_ is *true*, throw a *ReferenceError* exception.
1. Let _stillExists_ be ? HasProperty(_bindings_, _N_).
1. If _stillExists_ is *false* and _S_ is *true*, throw a *ReferenceError* exception.
1. Return ? Set(_bindings_, _N_, _V_, _S_).
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit ea73966

Please sign in to comment.