-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
Refactor Array.prototype.find*
and TypedArray variants to use FindViaPredicate
#3134
Conversation
…o use `FindViaPredicate`
Codecov Report
@@ Coverage Diff @@
## main #3134 +/- ##
==========================================
+ Coverage 50.65% 50.68% +0.03%
==========================================
Files 444 444
Lines 42661 42651 -10
==========================================
+ Hits 21608 21617 +9
+ Misses 21053 21034 -19
|
Test262 conformance changes
|
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 a nitpick :)
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.
Everything looks great!
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 perfect to me! :)
This Pull Request references #3100
It changes the following:
Array.prototype.find{Index,Last,LastIndex}
and the existing TypedArray variants to useFindViaPredicate ( O, len, direction, predicate, thisArg )