mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
0be79f4deb
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> |
||
---|---|---|
.. | ||
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 |