mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
fcd7a72428
Add `HandleScope`s to the public C++ API for embedders/addons, since these methods create V8 handles that should not leak into the outer scopes. In particular, for some of the methods it was not clear from the function signatures that these functions previously needed to be invoked with a `HandleScope`. PR-URL: https://github.com/nodejs/node/pull/24285 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> |
||
---|---|---|
.. | ||
async-hello-world | ||
async-hooks-id | ||
async-hooks-promise | ||
async-resource | ||
at-exit | ||
buffer-free-callback | ||
callback-scope | ||
dlopen-ping-pong | ||
errno-exception | ||
heap-profiler | ||
hello-world | ||
hello-world-esm | ||
hello-world-function-export | ||
load-long-path | ||
make-callback | ||
make-callback-domain-warning | ||
make-callback-recurse | ||
new-target | ||
node-module-version | ||
non-node-context | ||
not-a-binding | ||
null-buffer-neuter | ||
openssl-binding | ||
openssl-client-cert-engine | ||
parse-encoding | ||
repl-domain-abort | ||
stringbytes-external-exceed-max | ||
symlinked-module | ||
uv-handle-leak | ||
zlib-binding | ||
.gitignore | ||
testcfg.py |