-
Notifications
You must be signed in to change notification settings - Fork 513
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nodejs/nan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nodejs/nan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.22.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 5 files changed
- 2 contributors
Commits on Feb 26, 2025
-
Fix version guard for
ScriptOrigin
constructors (#989)* Fix version guard for ScriptOrigin constructors The current version guard for Isolate-less ScriptOrigin constructors checks both V8_MAJOR_VERSION > 11 and V8_MINOR_VERSION > 7. Newer V8s with a minor version not greater than 7, such as V8 v13.2.152.36 of Electron v34.2.0, still fall back to deprecated constructors removed since V8 v12.7.23 and fail to compile. Isolate-taking constructors were deprecate_soon'd in 2282b3d (12.1.140), deprecated in 0b52081 (12.6.175) and removed in 7cd2b0c (12.7.23). Corrected the version cutoff to 12.6.175 when the constructors in question were officially deprecated.
Configuration menu - View commit details
-
Copy full SHA for 053239d - Browse repository at this point
Copy the full SHA 053239dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d136f6f - Browse repository at this point
Copy the full SHA d136f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf8863 - Browse repository at this point
Copy the full SHA 3bf8863View commit details
There are no files selected for viewing