node/typings/internalBinding
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
..
async_wrap.d.ts async_hooks,inspector: implement inspector api without async_wrap 2024-01-24 13:29:28 +00:00
blob.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
config.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
constants.d.ts esm: improve getFormatOfExtensionlessFile speed 2023-10-01 18:32:07 +00:00
debug.d.ts src,test: ensure that V8 fast APIs are called 2024-08-13 12:37:02 +00:00
fs_dir.d.ts typings: apply lint 2024-07-29 21:19:58 +00:00
fs.d.ts src: add receiver to fast api callback methods 2024-09-28 09:46:03 +00:00
http_parser.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
messaging.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
modules.d.ts lib,src: remove --experimental-policy 2024-05-07 16:25:45 +00:00
options.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
os.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
quic.d.ts typings: fix typo on quic onSessionDatagram 2024-07-29 04:52:07 +00:00
serdes.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
symbols.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
timers.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
types.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
url.d.ts src,test: track URL.canParse fast API calls 2024-08-15 14:23:43 +00:00
util.d.ts typings: add util.styleText type definition 2024-08-09 19:36:27 +00:00
wasi.d.ts typings: provide internal types for wasi bindings 2024-08-24 16:59:17 +00:00
worker.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
zlib.d.ts zlib: add typings for better dx 2024-09-14 22:36:24 +08:00