-
Notifications
You must be signed in to change notification settings - Fork 30k
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
lib,src: use built-in array buffer detach, transfer #54837
lib,src: use built-in array buffer detach, transfer #54837
Conversation
Review requested:
|
6723407
to
b1e1e32
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54837 +/- ##
==========================================
+ Coverage 87.62% 87.89% +0.26%
==========================================
Files 650 651 +1
Lines 182983 183299 +316
Branches 35406 35709 +303
==========================================
+ Hits 160336 161105 +769
+ Misses 15917 15472 -445
+ Partials 6730 6722 -8
|
b1e1e32
to
6621617
Compare
6621617
to
2738f00
Compare
@nodejs/primordials how do you add a primordial for an attribute? |
It’s a getter function on the prototype - |
2738f00
to
cbe6bf7
Compare
Thank you @ljharb. I updated primordials.js, would you mind checking it? |
cbe6bf7
to
646680d
Compare
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.
LGTM
@jasnell it seems ci is down. 8 hours and counting for picking up this task... |
646680d
to
ce678e1
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Landed in 9195210 |
PR-URL: #54837 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: #54837 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: #54837 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: #54837 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: nodejs#54837 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: nodejs#54837 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
Following up on #50130