fix: remove catch-all HandleScope (#22531)
This commit is contained in:
parent
4bca5205bb
commit
19314d3caf
21 changed files with 131 additions and 75 deletions
|
@ -92,6 +92,7 @@ void NodeStreamLoader::ReadMore() {
|
|||
}
|
||||
is_reading_ = true;
|
||||
auto weak = weak_factory_.GetWeakPtr();
|
||||
v8::HandleScope scope(isolate_);
|
||||
// buffer = emitter.read()
|
||||
v8::MaybeLocal<v8::Value> ret = node::MakeCallback(
|
||||
isolate_, emitter_.Get(isolate_), "read", 0, nullptr, {0, 0});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue