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 d789bf3 commit 3c23fd8Copy full SHA for 3c23fd8
NativeScript/inspector/JsV8InspectorClient.mm
@@ -252,6 +252,7 @@
252
253
void JsV8InspectorClient::scheduleBreak() {
254
Isolate* isolate = runtime_->GetIsolate();
255
+ v8::Locker locker(isolate);
256
Isolate::Scope isolate_scope(isolate);
257
HandleScope handle_scope(isolate);
258
this->session_->schedulePauseOnNextStatement(StringView(), StringView());
0 commit comments