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