-
-
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
[Merged by Bors] - Make Array.prototype
an array object
#2033
Conversation
Array.prototype
is an array objectArray.prototype
an array object
Test262 conformance changesVM implementation
Fixed tests (4):
|
Codecov Report
@@ Coverage Diff @@
## main #2033 +/- ##
=======================================
Coverage 43.92% 43.93%
=======================================
Files 211 211
Lines 18693 18695 +2
=======================================
+ Hits 8211 8213 +2
Misses 10482 10482
Continue to review full report at Codecov.
|
Benchmark for 54e2798Click to view benchmark
|
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, thanks!
bors r+ |
It changes the following: - Make `Array.prototype` an array object
Pull request successfully merged into main. Build succeeded: |
Array.prototype
an array objectArray.prototype
an array object
It changes the following: - Make `Array.prototype` an array object
It changes the following:
Array.prototype
an array object