node/typings/internalBinding
Gabriel Bota a3abc42587
async_hooks,inspector: implement inspector api without async_wrap
Implementing the inspector session object as an async resource causes
unwanted context change when a breakpoint callback function is being
called. Modelling the inspector api without the AsyncWrap base class
ensures that the callback has access to the AsyncLocalStorage instance
that is active in the affected user function.

See `test-inspector-async-context-brk.js` for an illustration of the
use case.

PR-URL: https://github.com/nodejs/node/pull/51501
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
2024-01-24 13:29:28 +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
fs.d.ts fs: remove internalModuleReadJSON binding 2023-12-21 21:23:20 +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 src: move package resolver to c++ 2023-11-17 00:16:38 +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 quic: add quic internalBinding, refine Endpoint, add types 2023-12-26 16:27:49 -08: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 lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
util.d.ts src: add process.loadEnvFile and util.parseEnv 2024-01-23 18:46:26 +00:00
worker.d.ts lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00