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: remove unnecessary Isolate::GetCurrent() calls #33298

Closed

Commits on May 8, 2020

  1. src: remove unnecessary Isolate::GetCurrent() calls

    These calls are unnecessary in Release mode but would still have
    been included, so move them to the `DebugSealHandleScope` constructor.
    addaleax committed May 8, 2020
    Copy the full SHA
    773e669 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    08d076d View commit details
    Browse the repository at this point in the history