Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Nov 13, 2021
1 parent 0cbd188 commit d9cedf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11002,7 +11002,7 @@ <h1>HasSuperBinding ( ): *false*</h1>
</emu-clause>

<emu-clause id="sec-global-environment-records-withbaseobject" type="concrete method">
<h1>WithBaseObject ( ) *undefined*</h1>
<h1>WithBaseObject ( ): *undefined*</h1>
<dl class="header">
<dt>for</dt>
<dd>a global Environment Record _envRec_</dd>
Expand Down Expand Up @@ -11169,7 +11169,7 @@ <h1>
_N_: a String,
_V_: an ECMAScript language value,
_D_: a Boolean,
) a Completion Record normally containing ~unused~
): a Completion Record normally containing ~unused~
</h1>
<dl class="header">
<dt>for</dt>
Expand Down Expand Up @@ -14330,7 +14330,7 @@ <h1>
1. Let _map_ be _args_.[[ParameterMap]].
1. Let _isMapped_ be ! HasOwnProperty(_map_, _P_).
1. If _isMapped_ is *true*, then
1. Assert: formal parameters mapped by argument objects are always writable.
1. Assert: Formal parameters mapped by argument objects are always writable.
1. Call Set(_map_, _P_, _V_, *false*).
1. Return ? OrdinarySet(_args_, _P_, _V_, _Receiver_).
</emu-alg>
Expand Down

0 comments on commit d9cedf7

Please sign in to comment.