Skip to content

src: move and update comment about 'node.js' compilation.

Checklist
  • make -j4 test (UNIX) or vcbuild test nosign (Windows) passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

src

Description of change

Currently the comment regarding execution of src/node.js seems to refer to the file before the refactorings done in ec6af31e. Also, it looks like the comment itself might have "drifted" a little in the file.

Updated the comment to refer to the lib/internal/bootstrap_node.js file, moved it closer to the compilation step, and updated the name that is generated in node_natives.h.

Merge request reports

Loading