#47961: refactor: avoid deprecated v8::Context::GetIsolate()
pt 4
Merged
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
- PR description included and stakeholders cc'd
-
npm test
passes - PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none.
Backports
38-x-y
MergedPR Number
#47973Merged At
Aug 5, 2025, 11:32:50 PM
Released In
v38.0.0-beta.2Release 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