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 3a92285 commit 6fb82acCopy full SHA for 6fb82ac
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