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

Method GetJavaRuntime

test-app/runtime/src/main/cpp/Runtime.cpp:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196Isolate* Runtime::GetIsolate() const { return m_isolate; }
197
198jobject Runtime::GetJavaRuntime() const { return m_runtime; }
199
200ObjectManager* Runtime::GetObjectManager() const { return m_objectManager; }
201

Callers 6

RegisterInstanceMethod · 0.80
ResolveClassMethod · 0.80
ResolveJavaMethodMethod · 0.80
ResolveConstructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected