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 d84c60f commit 77cb4a4Copy full SHA for 77cb4a4
src/json_parser.cc
@@ -105,6 +105,7 @@ std::optional<bool> JSONParser::GetTopLevelBoolField(std::string_view field) {
105
std::optional<JSONParser::StringDict> JSONParser::GetTopLevelStringDict(
106
std::string_view field) {
107
Isolate* isolate = isolate_.get();
108
+ v8::Isolate::Scope isolate_scope(isolate);
109
v8::HandleScope handle_scope(isolate);
110
Local<Context> context = context_.Get(isolate);
111
Local<Object> content_object = content_.Get(isolate);
0 commit comments