-
Notifications
You must be signed in to change notification settings - Fork 30.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
doc: update wrapping-related documentation #22363
Conversation
Collaborators, please +1 if you are fine to fast track this. |
Resumed again as: https://ci.nodejs.org/job/node-test-pull-request/16602/ |
Update the N-API documentation to reflect that wrapping no longer affects the object's prototype chain.
af787f0
to
f6ba436
Compare
Rebased to hopefully fix CI. New CI: https://ci.nodejs.org/job/node-test-pull-request/16607/ |
CI Resumed as https://ci.nodejs.org/job/node-test-pull-request/16613/ |
And another CI from the top: https://ci.nodejs.org/job/node-test-pull-request/16614/ |
Landed in e19aa2663149fa2770d2cdfcca3ee54447fec2b7. |
sigh Forgot to |
Update the N-API documentation to reflect that wrapping no longer affects the object's prototype chain. PR-URL: #22363 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Update the N-API documentation to reflect that wrapping no longer affects the object's prototype chain. PR-URL: #22363 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Update the N-API documentation to reflect that wrapping no longer affects the object's prototype chain. PR-URL: #22363 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Update the N-API documentation to reflect that wrapping no longer
affects the object's prototype chain.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes