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 63b3a23 commit 947742cCopy full SHA for 947742c
src/node_messaging.cc
@@ -142,6 +142,7 @@ class DeserializerDelegate : public ValueDeserializer::Delegate {
142
if (!deserializer->ReadUint32(&id))
143
return MaybeLocal<Object>();
144
145
+ EscapableHandleScope scope(isolate);
146
Local<Context> context = isolate->GetCurrentContext();
147
if (id == kDOMExceptionTag) {
148
return ReadDOMException(isolate, context, deserializer);
0 commit comments