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 <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Backport-PR-URL: #21799 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent b0943a6 commit a68b7dd

File tree

4 files changed

+566
-559
lines changed

4 files changed

+566
-559
lines changed

node.gyp

+1
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)