Skip to content

src: rename Init and Start overloads to something more distinctive

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/rename into master

In addition, move the --help and --v8-help processing out of StartNodeWithLoopAndArgs() and process them earlier - right after InitializeNodeWithArgs(), similar to how they are handled in the legacy Init().

Note: this is more of a personal reference but I find the overloads getting in the way of understanding what is being done in each layer of the bootstrap.

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

Merge request reports

Loading