J2V8
J2V8 copied to clipboard
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