Skip to content

src: deprecate V8 date conversion helpers

These helpers provide no benefit over the existing V8 API, and at least one of them fetches the current Isolate through Isolate::GetCurrent() (which should be avoided).

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

Merge request reports

Loading