Clear internal field when Wrapper is destroyed
This commit is contained in:
Родитель
26520c5cf4
Коммит
e719eab878
|
@ -14,6 +14,8 @@ Wrappable::Wrappable() : isolate_(NULL) {
|
|||
}
|
||||
|
||||
Wrappable::~Wrappable() {
|
||||
if (!wrapper_.IsEmpty())
|
||||
GetWrapper(isolate())->SetAlignedPointerInInternalField(0, nullptr);
|
||||
wrapper_.Reset();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче