forked from bytecodealliance/javy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* JSContextRef frees context and runtime when it's dropped * JSValueRef is no longer Copy, increases reference count on clone and decreases it on drop * reworke closures using double-boxing so that they use way less global state * add tests for bugs stemming from not-freeing or double-freeing
- Loading branch information
1 parent
a5c49a9
commit 65d69e3
Showing
16 changed files
with
552 additions
and
390 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
Oops, something went wrong.