Skip to content

src: use RAII to manage the main isolate data

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/node-main into master

This patch encapsulates the main isolate management into a NodeMainInstance class that manages the resources with RAII and controls the Isolate::CreateParams (which is necessary for deserializing snapshots with external references)

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

Merge request reports

Loading