Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-09-23 20:24:33 +0300
committerMichaƫl Zasso <targos@protonmail.com>2018-10-07 13:11:34 +0300
commit5a8396796d1b2417963157e3635921d62e9b27d2 (patch)
tree09edcd90090b247b6b12243bba31e626ad8f9244 /node.gyp
parent11c674549bb706f0c71a067042f981f0a00eac3d (diff)
src: use JS inheritance for `AsyncWrap`
For all classes descending from `AsyncWrap`, use JS inheritance instead of manually adding methods to the individual classes. This allows cleanup of some code around transferring handles over IPC. Backport-PR-URL: https://github.com/nodejs/node/pull/23247 PR-URL: https://github.com/nodejs/node/pull/23094 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 4dcfbd16fa2..882f8f8aafc 100644
--- a/node.gyp
+++ b/node.gyp
@@ -426,7 +426,6 @@
'src/node_root_certs.h',
'src/node_version.h',
'src/node_watchdog.h',
- 'src/node_wrap.h',
'src/node_revert.h',
'src/node_i18n.h',
'src/node_worker.h',