-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
buffer: cleanup handling different types buffers #54439
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54439 +/- ##
==========================================
- Coverage 87.33% 87.27% -0.06%
==========================================
Files 648 648
Lines 182321 182331 +10
Branches 34971 34968 -3
==========================================
- Hits 159222 159135 -87
- Misses 16374 16455 +81
- Partials 6725 6741 +16
|
TypedArrayPrototypeGetBuffer, | ||
TypedArrayPrototypeGetByteLength, | ||
TypedArrayPrototypeGetByteOffset, | ||
TypedArrayPrototypeGetLength, |
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.
Are these no longer needed (in regards to primordials)?
'Buffer', | ||
'TypedArray', | ||
'DataView', | ||
'ArrayBuffer', |
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.
duplicated 'ArrayBuffer' element
No description provided.