Skip to content

src: simplify native immediate by using v8::Global

Unlike node::Persistent, v8::Global has move semantics and can be used directly in STL containers.

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

Merge request reports

Loading