-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Weak object reference from v8WeakReference array when released
V8 uses another array called v8WeakReferences to keep the weak objects and this array is used to get object reference count. Thus, when weak object is released it should also be removed from v8WeakReferences array. Fix #347
- Loading branch information
Elmi Ahmadov
committed
Jan 18, 2019
1 parent
3bf897c
commit b87e8c7
Showing
2 changed files
with
16 additions
and
6 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