-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
[Merged by Bors] - Fix length properties on array methods #1983
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1983 +/- ##
=======================================
Coverage 45.93% 45.93%
=======================================
Files 206 206
Lines 17138 17138
=======================================
Hits 7873 7873
Misses 9265 9265
Continue to review full report at Codecov.
|
VM implementation
Fixed tests (10):
|
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.
Nice find!
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.
Good job :)
bors r+ |
This Pull Request fixes length properties on multiple array prototype methods that were including rest parameters in the count. More tests should pass. It changes the following: - Length properties on some array prototype methods
Pull request successfully merged into main. Build succeeded: |
This Pull Request fixes length properties on multiple array prototype methods that were including rest parameters in the count. More tests should pass. It changes the following: - Length properties on some array prototype methods
This Pull Request fixes length properties on multiple array prototype methods that were including rest parameters in the count. More tests should pass.
It changes the following: