MCPcopy Create free account
hub / github.com/NativeScript/android / connect

Method connect

test-app/runtime/src/main/cpp/JsV8InspectorClient.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void JsV8InspectorClient::connect(jobject connection) {
71 JEnv env;
72 connection_ = env.NewGlobalRef(connection);
73 isConnected_ = true;
74}
75
76void JsV8InspectorClient::scheduleBreak() {
77 v8::Locker locker(isolate_);

Calls 1

NewGlobalRefMethod · 0.80

Tested by

no test coverage detected