Skip to content

Commit

Permalink
src: add node_process.cc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jasnell authored and targos committed Jul 14, 2018
1 parent b0943a6 commit a68b7dd
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 559 deletions.
1 change: 1 addition & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
'src/node_platform.cc',
'src/node_perf.cc',
'src/node_postmortem_metadata.cc',
'src/node_process.cc',
'src/node_serdes.cc',
'src/node_trace_events.cc',
'src/node_types.cc',
Expand Down
Loading

0 comments on commit a68b7dd

Please sign in to comment.