Skip to content

Commit 0321afe

Browse files
jasnellrvagg
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. 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: #21798 PR-URL: #21105
1 parent 54ea1cc commit 0321afe

File tree

4 files changed

+574
-553
lines changed

4 files changed

+574
-553
lines changed

node.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
'src/node_platform.cc',
291291
'src/node_perf.cc',
292292
'src/node_postmortem_metadata.cc',
293+
'src/node_process.cc',
293294
'src/node_serdes.cc',
294295
'src/node_trace_events.cc',
295296
'src/node_url.cc',

0 commit comments

Comments
 (0)