-
-
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 `v11.4.183.14` (2023-05-23) * Improved the performance of `V8FunctionCallback.receiveCallback()`, `IV8ValueObject.forEach()`, `IV8ValueMap.forEach()`, `IV8ValueArray.forEach()`, `IV8ValueArray.push()`, `IV8ValueObject.set()`, `IV8ValueMap.set()`, * Added `IV8ValueObject.batchGet()`, `IV8ValueMap.batchGet()`, `IV8ValueArray.batchGet()` * Added `JavetCallbackType`, `IJavetDirectCallable`, `IJavetDirectProxyHandler` to allow callback without reflection * Redesigned `IV8ValueObject.bindFunction()`, `IV8ValueObject.bindProperty()`, `IV8ValueObject.unbindFunction()`, `IV8ValueObject.unbindProperty()`, `JavetCallbackContext` * Renamed `JavetDynamicProxy*` to `JavetReflectionProxy*` * Added error code 408 CallbackTypeNotSupported * Created [JavetPerf](https://github.com/caoccao/JavetPerf) for tracking the performance among various Javet releases
- Loading branch information
Showing
542 changed files
with
28,982 additions
and
10,701 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ plugins { | |
id("com.android.library") | ||
} | ||
|
||
version = "2.1.2" | ||
version = "2.2.0" | ||
|
||
android { | ||
compileSdk = 30 | ||
|
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
Oops, something went wrong.