8000
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 3d25544 commit a6f69ebCopy full SHA for a6f69eb
src/node_serdes.cc
@@ -296,6 +296,7 @@ MaybeLocal<Object> DeserializerContext::ReadHostObject(Isolate* isolate) {
296
return ValueDeserializer::Delegate::ReadHostObject(isolate);
297
}
298
299
+ Isolate::AllowJavascriptExecutionScope allow_js(isolate);
300
MaybeLocal<Value> ret =
301
read_host_object.As<Function>()->Call(env()->context(),
302
object(),
0 commit comments