Avoid useless spec statement

This commit is contained in:
Wenlu Wang 2021-07-16 14:06:20 +08:00 committed by rwaldron
parent 3bb6d6480e
commit a4aeea09ae
3 changed files with 0 additions and 3 deletions

View File

@ -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,
... ...

View File

@ -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,
... ...

View File

@ -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,
... ...