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.
2 parents 3a92285 + 6fb82ac commit 24b8cdaCopy full SHA for 24b8cda
1 file changed
runtime/src/main/jni/JsV8InspectorClient.cpp
@@ -23,7 +23,8 @@ JsV8InspectorClient::JsV8InspectorClient(v8::Isolate *isolate)
23
inspector_(nullptr),
24
session_(nullptr),
25
connection(nullptr),
26
- context_()
+ context_(),
27
+ running_nested_loop_(false)
28
{
29
JEnv env;
30
0 commit comments