node/typings
Carlos Espa f5d454ac7e
src: add receiver to fast api callback methods
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>
2024-09-28 09:46:03 +00:00
..
internalBinding src: add receiver to fast api callback methods 2024-09-28 09:46:03 +00:00
globals.d.ts zlib: add typings for better dx 2024-09-14 22:36:24 +08:00
primordials.d.ts fs: refactoring declaratively with Array.fromAsync 2024-09-27 11:59:09 +02:00