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> |
||
---|---|---|
.. | ||
node_test_fixture.cc | ||
node_test_fixture.h | ||
test_aliased_buffer.cc | ||
test_base64.cc | ||
test_base_object_ptr.cc | ||
test_cppgc.cc | ||
test_crypto_clienthello.cc | ||
test_dataqueue.cc | ||
test_environment.cc | ||
test_inspector_socket_server.cc | ||
test_inspector_socket.cc | ||
test_json_utils.cc | ||
test_linked_binding.cc | ||
test_node_api.cc | ||
test_node_crypto_env.cc | ||
test_node_crypto.cc | ||
test_node_postmortem_metadata.cc | ||
test_node_task_runner.cc | ||
test_path.cc | ||
test_per_process.cc | ||
test_platform.cc | ||
test_quic_cid.cc | ||
test_quic_error.cc | ||
test_quic_tokens.cc | ||
test_report.cc | ||
test_sockaddr.cc | ||
test_traced_value.cc | ||
test_util.cc |