Skip to content

Commit baadc7a

Browse files
committed
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]>
1 parent fb3cfd0 commit baadc7a

File tree

4 files changed

+568
-544
lines changed

4 files changed

+568
-544
lines changed

node.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@
345345
'src/node_platform.cc',
346346
'src/node_perf.cc',
347347
'src/node_postmortem_metadata.cc',
348+
'src/node_process.cc',
348349
'src/node_serdes.cc',
349350
'src/node_trace_events.cc',
350351
'src/node_types.cc',

0 commit comments

Comments
 (0)