Skip to content

Remove Weak object reference from v8WeakReference array when released#448

Open
ahmadov wants to merge 2 commits intomasterfrom
release_weak_object
Open

Remove Weak object reference from v8WeakReference array when released#448
ahmadov wants to merge 2 commits intomasterfrom
release_weak_object

Conversation

@ahmadov
Copy link
Copy Markdown
Contributor

@ahmadov ahmadov commented Jan 18, 2019

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

Elmi Ahmadov and others added 2 commits January 18, 2019 17:19
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot release a Weak object

2 participants