We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2500801 commit c458399Copy full SHA for c458399
1 file changed
src/async_wrap.cc
@@ -338,7 +338,8 @@ void AsyncWrap::EmitDestroy(bool from_gc) {
338
HandleScope handle_scope(env()->isolate());
339
USE(object()->Set(env()->context(), env()->resource_symbol(), object()));
340
}
341
- context_frame_.Reset();
+ Isolate* isolate = env()->isolate();
342
+ context_frame_.Reset(isolate, Undefined(isolate));
343
344
345
0 commit comments