summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-10-29 15:15:36 +0100
committerAnna Henningsen <anna@addaleax.net>2019-11-05 23:07:04 +0100
commit973f324463a91721cc8a1158a5ab10ad0dd69019 (patch)
treea7664cbcc50c0fe7eced11fb20e49dc255abfe1e /node.gyp
parentf17e414dc4b5d80dd5b5c7ee7107659ec5ebeb1a (diff)
downloadandroid-node-v8-973f324463a91721cc8a1158a5ab10ad0dd69019.tar.gz
android-node-v8-973f324463a91721cc8a1158a5ab10ad0dd69019.tar.bz2
android-node-v8-973f324463a91721cc8a1158a5ab10ad0dd69019.zip
child_process,cluster: allow using V8 serialization API
Add an `serialization` option that allows child process IPC to use the (typically more powerful) V8 serialization API. Fixes: https://github.com/nodejs/node/issues/10965 PR-URL: https://github.com/nodejs/node/pull/30162 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 5f8089e617..c472fad452 100644
--- a/node.gyp
+++ b/node.gyp
@@ -91,6 +91,7 @@
'lib/internal/buffer.js',
'lib/internal/cli_table.js',
'lib/internal/child_process.js',
+ 'lib/internal/child_process/serialization.js',
'lib/internal/cluster/child.js',
'lib/internal/cluster/master.js',
'lib/internal/cluster/round_robin_handle.js',