mirror of
https://github.com/tc39/test262.git
synced 2025-07-12 16:44:49 +02:00
Avoid useless spec statement
This commit is contained in:
parent
3bb6d6480e
commit
a4aeea09ae
@ -8,7 +8,6 @@ info: |
|
|||||||
Array.prototype.findLast ( predicate[ , thisArg ] )
|
Array.prototype.findLast ( predicate[ , thisArg ] )
|
||||||
|
|
||||||
...
|
...
|
||||||
3. If IsCallable(predicate) is false, throw a TypeError exception.
|
|
||||||
4. Let k be len - 1.
|
4. Let k be len - 1.
|
||||||
5. Repeat, while k ≥ 0,
|
5. Repeat, while k ≥ 0,
|
||||||
...
|
...
|
||||||
|
@ -8,7 +8,6 @@ info: |
|
|||||||
Array.prototype.findLast ( predicate[ , thisArg ] )
|
Array.prototype.findLast ( predicate[ , thisArg ] )
|
||||||
|
|
||||||
...
|
...
|
||||||
3. If IsCallable(predicate) is false, throw a TypeError exception.
|
|
||||||
4. Let k be len - 1.
|
4. Let k be len - 1.
|
||||||
5. Repeat, while k ≥ 0,
|
5. Repeat, while k ≥ 0,
|
||||||
...
|
...
|
||||||
|
@ -8,7 +8,6 @@ info: |
|
|||||||
Array.prototype.findLast ( predicate[ , thisArg ] )
|
Array.prototype.findLast ( predicate[ , thisArg ] )
|
||||||
|
|
||||||
...
|
...
|
||||||
3. If IsCallable(predicate) is false, throw a TypeError exception.
|
|
||||||
4. Let k be len - 1.
|
4. Let k be len - 1.
|
||||||
5. Repeat, while k ≥ 0,
|
5. Repeat, while k ≥ 0,
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user