Skip to content

Commit

Permalink
object
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangenming committed Jun 14, 2023
1 parent e58a1fd commit 32fd37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -37859,7 +37859,7 @@ <h1>Array.prototype.findLast ( _predicate_ [ , _thisArg_ ] )</h1>
1. Return _findRec_.[[Value]].
</emu-alg>
<emu-note>
<p>This method is intentionally generic; it does not require that its *this* value be an Array object. Therefore, it can be transferred to other kinds of objects for use as a method.</p>
<p>This method is intentionally generic; it does not require that its *this* value be an Array. Therefore, it can be transferred to other kinds of objects for use as a method.</p>
</emu-note>
</emu-clause>

Expand All @@ -37877,7 +37877,7 @@ <h1>Array.prototype.findLastIndex ( _predicate_ [ , _thisArg_ ] )</h1>
1. Return _findRec_.[[Index]].
</emu-alg>
<emu-note>
<p>This method is intentionally generic; it does not require that its *this* value be an Array object. Therefore, it can be transferred to other kinds of objects for use as a method.</p>
<p>This method is intentionally generic; it does not require that its *this* value be an Array. Therefore, it can be transferred to other kinds of objects for use as a method.</p>
</emu-note>

<emu-clause id="sec-findviapredicate" type="abstract operation">
Expand Down

0 comments on commit 32fd37c

Please sign in to comment.