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.

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>
Backport-PR-URL: #21798
PR-URL: #21105
  • Loading branch information
jasnell authored and rvagg committed Aug 16, 2018
1 parent 54ea1cc commit 0321afe
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 553 deletions.
1 change: 1 addition & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,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_url.cc',
Expand Down
Loading

0 comments on commit 0321afe

Please sign in to comment.