mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
f5d454ac7e
When creating an fast api the callback might use the receiver. In that case if the internal binding is destructured the method won't have access to the reciver and it will throw. Passing the receiver as second argument ensures the receiver is available. PR-URL: https://github.com/nodejs/node/pull/54408 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> |
||
---|---|---|
.. | ||
internalBinding | ||
globals.d.ts | ||
primordials.d.ts |