Skip to content

Commit

Permalink
Javet v0.9.12 (#88)
Browse files Browse the repository at this point in the history
* Added error code 503
* Enhanced `V8Property` to support built-in symbols
* Added `V8ValueSharedArrayBuffer`
* Added `registerCustomObject()` and `unregisterCustomObject()` to `JavetObjectConverter`
* Added private property support to `IV8ValueObject`
* Fixed potential core dump issue in V8 runtime close.
* Added Javadoc.
  • Loading branch information
caoccao authored Sep 13, 2021
1 parent 2277783 commit 12c7930
Show file tree
Hide file tree
Showing 556 changed files with 143,904 additions and 891 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '**.rst'
- 'doc/**'
- 'docs/**'
push:
paths-ignore:
- '**.rst'
- 'doc/**'
- 'docs/**'

jobs:

Expand Down
298 changes: 298 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/copyright/Apache_License_2_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 12c7930

Please sign in to comment.