mirror of https://github.com/tc39/test262.git
Fix format
This commit is contained in:
parent
5da8030779
commit
ed2addaa73
|
@ -5,7 +5,7 @@ esid: sec-%typedarray%.prototype.findlastindex
|
||||||
description: >
|
description: >
|
||||||
Predicate thisArg as F.call( thisArg, kValue, k, O ) for each array entry.
|
Predicate thisArg as F.call( thisArg, kValue, k, O ) for each array entry.
|
||||||
info: |
|
info: |
|
||||||
%TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] )
|
%TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] )
|
||||||
|
|
||||||
...
|
...
|
||||||
5. Let k be len - 1.
|
5. Let k be len - 1.
|
||||||
|
|
Loading…
Reference in New Issue