Skip to content

Commit

Permalink
Editorial: Prefer returning static values after alias comparison (#3122)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored and ljharb committed Jul 20, 2023
1 parent 7178fa8 commit e59b54b
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 @@ -14245,7 +14245,7 @@ <h1>
</dl>
<emu-alg>
1. Let _desc_ be OrdinaryGetOwnProperty(_args_, _P_).
1. If _desc_ is *undefined*, return _desc_.
1. If _desc_ is *undefined*, return *undefined*.
1. Let _map_ be _args_.[[ParameterMap]].
1. Let _isMapped_ be ! HasOwnProperty(_map_, _P_).
1. If _isMapped_ is *true*, then
Expand Down

0 comments on commit e59b54b

Please sign in to comment.