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: nodejs#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>
1 parent fb3cfd0 commit baadc7a

4 files changed

Lines changed: 568 additions & 544 deletions

File tree

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)