We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece5c64 commit 061811fCopy full SHA for 061811f
1 file changed
src/node_object_wrap.h
@@ -67,6 +67,7 @@ class ObjectWrap {
67
68
inline void MakeWeak (void) {
69
handle_.MakeWeak(this, WeakCallback);
70
+ handle_.MarkIndependent();
71
}
72
73
/* Ref() marks the object as being attached to an event loop.
0 commit comments