node/test/addons
Joyee Cheung 0be79f4deb
src: remove dependency on wrapper-descriptor-based CppHeap
As V8 has moved away from wrapper-descriptor-based CppHeap, this
patch:

1. Create the CppHeap without using wrapper descirptors.
2. Deprecates node::SetCppgcReference() in favor of
   v8::Object::Wrap() since the wrapper descriptor is no longer
   relevant. It is still kept as a compatibility layer for addons
   that need to also work on Node.js versions without
   v8::Object::Wrap().

PR-URL: https://github.com/nodejs/node/pull/54077
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
2024-08-16 16:04:35 +02:00
..
async-cleanup-hook
async-hello-world
async-hooks-id
async-resource
buffer-free-callback
callback-scope
cppgc-object
dlopen-ping-pong
errno-exception
force-context-aware
heap-profiler
hello-world
hello-world-function-export
load-long-path
make-callback
make-callback-domain-warning
make-callback-recurse
new-isolate-addon
new-target
no-addons
node-module-version
non-node-context
not-a-binding
null-buffer-neuter
openssl-binding
openssl-client-cert-engine
openssl-key-engine
openssl-providers
openssl-test-engine
parse-encoding
register-signal-handler
repl-domain-abort
report-api
report-fatalerror
request-interrupt
stringbytes-external-exceed-max
symlinked-module
uv-handle-leak
worker-addon
worker-buffer-callback
zlib-binding
.gitignore
addons.status
common.gypi
testcfg.py