Skip to content

[10.x] backport src: add node_process.cc

Backport of https://github.com/nodejs/node/pull/21105

Begin moving process object function definitions out of node.cc ... continuing the process of making node.cc smaller and easier to maintain.

PR-URL: https://github.com/nodejs/node/pull/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

/cc @addaleax @targos

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading