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

Method GetObjectManager

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

Source from the content-addressed store, hash-verified

190}
191
192ObjectManager* Runtime::GetObjectManager(v8::Isolate* isolate) {
193 return GetRuntime(isolate)->GetObjectManager();
194}
195
196Isolate* Runtime::GetIsolate() const { return m_isolate; }
197

Callers 15

RegisterInstanceMethod · 0.80
ResolveClassNameMethod · 0.80
CallJavaMethodMethod · 0.80
CreateJSWrapperMethod · 0.80
FindClassMethod · 0.80
GetArrayLengthMethod · 0.80
ConvertArgMethod · 0.80
CreateJavaArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected