You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only use Nan::Persistent which requires that we call Reset() prior to the objects destruction or the object will never be garbage collected. Nan::Global is an alternative that provides automatically calls reset at the time of destruction of the hander.
The text was updated successfully, but these errors were encountered:
Currently we only use
Nan::Persistent
which requires that we callReset()
prior to the objects destruction or the object will never be garbage collected.Nan::Global
is an alternative that provides automatically calls reset at the time of destruction of the hander.The text was updated successfully, but these errors were encountered: