Skip to content

[v8.x] src: move `Environment` ctor/dtor into env.cc

This makes it easier to use methods from other headers in the constructor and destructor.

PR-URL: https://github.com/nodejs/node/pull/19202

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading