Skip to content

Commit

Permalink
Normative: Add missing ReturnIfAbrupt to “Evaluation of in expres…
Browse files Browse the repository at this point in the history
…sion” (#1826)
  • Loading branch information
ExE-Boss authored and ljharb committed Jan 10, 2020
1 parent a329eef commit 73ad599
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 @@ -14933,7 +14933,7 @@ <h1>Runtime Semantics: Evaluation</h1>
1. Let _rref_ be the result of evaluating |ShiftExpression|.
1. Let _rval_ be ? GetValue(_rref_).
1. If Type(_rval_) is not Object, throw a *TypeError* exception.
1. Return ? HasProperty(_rval_, ToPropertyKey(_lval_)).
1. Return ? HasProperty(_rval_, ? ToPropertyKey(_lval_)).
</emu-alg>
</emu-clause>

Expand Down

0 comments on commit 73ad599

Please sign in to comment.