Skip to content

Commit a68b7dd

Browse files
jasnelltargos
authored andcommitted
src: add node_process.cc
Begin moving `process` object function definitions out of `node.cc` ... continuing the process of making `node.cc` smaller and easier to maintain. PR-URL: #21105 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Backport-PR-URL: #21799 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent b0943a6 commit a68b7dd

File tree

4 files changed

+566
-559
lines changed

4 files changed

+566
-559
lines changed

node.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
'src/node_platform.cc',
351351
'src/node_perf.cc',
352352
'src/node_postmortem_metadata.cc',
353+
'src/node_process.cc',
353354
'src/node_serdes.cc',
354355
'src/node_trace_events.cc',
355356
'src/node_types.cc',

0 commit comments

Comments
 (0)