-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* explicit jhybrid class deconstructors * move ownership of values to runtime * fix isReleased * runtime approach * referenceTracker * rename to RuntimeScope * . * somewhat working * debugging + trackRef * sort of working again * ok * do not include jni by default * remove all the debug logs * working without passing runtime for undefined/null * reverted null/undefined now that runtime isn't needed and no longer tracked * address some PR comments * addressed error handling and null ptr * revert primitive tracking back * clear the scope maps after release * filter tracking in scoped Value constructor too * object deconstructor --------- Co-authored-by: Jeremiah Zucker <[email protected]>
- Loading branch information
1 parent
b85a5f9
commit 39592d3
Showing
8 changed files
with
312 additions
and
156 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.