ckerr

#47961: refactor: avoid deprecated v8::Context::GetIsolate() pt 4

Merged
Created: Aug 4, 2025, 5:24:38 PM
Merged: Aug 5, 2025, 8:08:04 PM
2 comments
Target: main

Description of Change

Fourth and final PR in a series of PRs to reduce use of v8::Context::GetIsolate() since that method has been deprecated upstream.

This PR removes most of the instances used by the context bridge and its callers.

Checklist

Release Notes

Notes: none.

Backports

38-x-y
Merged
PR Number
#47973
Merged At
Aug 5, 2025, 11:32:50 PM
Released In
v38.0.0-beta.2
Release Date
Aug 7, 2025, 8:31:56 AM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron