-
-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement findLast
and findLastIndex
on TypedArray
#3135
Conversation
Test262 conformance changes
Fixed tests (96):
|
Codecov Report
@@ Coverage Diff @@
## main #3135 +/- ##
==========================================
- Coverage 50.66% 50.62% -0.05%
==========================================
Files 444 444
Lines 42650 42692 +42
==========================================
+ Hits 21610 21612 +2
- Misses 21040 21080 +40
|
802536a
to
b11c949
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just needs a rebase once #3134 is merged :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
b11c949
to
ae28781
Compare
Rebased, thanks for the reviews! |
This Pull Request closes #3100
Depends on #3134 (iirc putting my fork as the base would not automatically switch the base of this PR to
main
once the other one is merged..)It changes the following:
%TypedArray%.prototype.findLast ( predicate [ , thisArg ] )
and%TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] )