| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 13661a0 commit 754271a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -180,6 +180,7 @@ class JSGraph : public EmbedderGraph { | |||
| 180 | 180 | size_t i = 0; | |
| 181 | 181 | size_t j = 0; | |
| 182 | 182 | for (const auto& edge : edge_info.second) { | |
| 183 | + HandleScope handle_scope(isolate_); | ||
| 183 | 184 | Local<Object> to_object = info_objects[edge.second]; | |
| 184 | 185 | Local<Object> edge_obj = Object::New(isolate_); | |
| 185 | 186 | Local<Value> edge_name_value; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments