-
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
util: do not rely on mutable Object
and Function
' constructor
prop
#56188
util: do not rely on mutable Object
and Function
' constructor
prop
#56188
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #56188 +/- ##
==========================================
+ Coverage 88.49% 88.51% +0.01%
==========================================
Files 656 656
Lines 189261 189281 +20
Branches 36348 36344 -4
==========================================
+ Hits 167493 167535 +42
+ Misses 14977 14973 -4
+ Partials 6791 6773 -18
|
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.
Could we split this PR into two? I would approve the function part right away, while I am still pondering about the prototype part.
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1654/ Results
|
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. Great that this also improves average cases!
Landed in 4a91507 |
Fixes: #55924