-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded V8 to `v12.1.285.26` (2024-01-17) * Upgraded Node.js to `v20.11.0` ([2024-01-09](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.11.0)) * Restore the reference lock * Downgraded to Ubuntu 20.04 for better compatibility * Fixed a slight memory leak in closing the V8 runtime * Fixed a memory leak in dynamic proxy and dynamic object * Applied a temporary [patch](#290) to V8 to avoid crashes on few Linux distributions in VM * Added `kNoStdioInitialization` and `kNoDefaultSignalHandling` to Node.js initialization * Improved performance of `BaseJavetConsoleInterceptor` * Added `JavetJVMInterceptor` * Added `createSnapshot()` to `V8Runtime` * Added `isCreateSnapshotEnabled()`, `setCreateSnapshotEnabled()`, `getSnapshotBlob()`, `setSnapshotBlob()` to `RuntimeOptions` * Added `RuntimeCreateSnapshotDisabled`, `RuntimeCreateSnapshotBlocked` to `JavetError` * Added `isProxyListEnabled()`, `setProxyListEnabled()` to `JavetConverterConfig` * Added `ArrayUtils`, `CollectionUtils` * Fixed `CDTShell`
- Loading branch information
Showing
890 changed files
with
13,547 additions
and
3,550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Oct 21 08:49:28 CST 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |
Oops, something went wrong.