libcore: Added Deletable; made use of NativeValue safe
Deriving from Deletable allows objects to automatically notifyaudiences about their deletion. NativeValue requires this becauseall pointers to a deleted object must be nulled.
Plus some cleanup.
View differences
libcore: Added Deletable; made use of NativeValue safe
Deriving from Deletable allows objects to automatically notify
audiences about their deletion. NativeValue requires this because
all pointers to a deleted object must be nulled.
Plus some cleanup.