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 d1ab5ef commit d09922cCopy full SHA for d09922c
src/heap_utils.cc
@@ -180,6 +180,7 @@ class JSGraph : public EmbedderGraph {
180
size_t i = 0;
181
size_t j = 0;
182
for (const auto& edge : edge_info.second) {
183
+ HandleScope handle_scope(isolate_);
184
Local<Object> to_object = info_objects[edge.second];
185
Local<Object> edge_obj = Object::New(isolate_);
186
Local<Value> edge_name_value;
0 commit comments