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 bc933c8 commit 4834a2bCopy full SHA for 4834a2b
test-app/runtime/src/main/cpp/JsV8InspectorClient.cpp
@@ -114,6 +114,8 @@ void JsV8InspectorClient::dispatchMessage(const std::string& message) {
114
Context::Scope context_scope(context);
115
116
doDispatchMessage(message);
117
+ // TODO: check why this is needed (it should trigger automatically when script depth is 0)
118
+ isolate_->PerformMicrotaskCheckpoint();
119
}
120
121
void JsV8InspectorClient::runMessageLoopOnPause(int context_group_id) {
0 commit comments