Skip to content

src: add missing V8::ShutdownPlatform() call

This isn’t really making any trouble at this point, but the V8 API contract basically says that we should call this as a counterpart to V8::InitializePlatform().

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

Merge request reports

Loading