Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: deprecate V8 date conversion helpers #23179

Closed
wants to merge 1 commit into from

Commits on Sep 30, 2018

  1. 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).
    addaleax committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    8bd23b5 View commit details
    Browse the repository at this point in the history