-
-
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 ArrayBuffer.isView()
#2019
Conversation
Test262 conformance changesVM implementation
Fixed tests (4):
|
Codecov Report
@@ Coverage Diff @@
## main #2019 +/- ##
==========================================
- Coverage 43.99% 43.97% -0.02%
==========================================
Files 211 211
Lines 18665 18673 +8
==========================================
Hits 8211 8211
- Misses 10454 10462 +8
Continue to review full report at Codecov.
|
Benchmark for 5eeac73Click 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! You will need to re-base to remove those unrelated clippy errors.
9d3d578
to
2890059
Compare
Benchmark for 6391afaClick 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.
bors r+
Pull request successfully merged into main. Build succeeded: |
ArrayBuffer.isView()
ArrayBuffer.isView()
ArrayBuffer.isView()
should check whether the object contains a[[ViewedArrayBuffer]]
internal slot, whichDataView
has.It changes the following:
ArrayBuffer.isView()