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

Method CreateJSWrapper

test-app/runtime/src/main/cpp/CallbackHandlers.cpp:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557Local<Object> CallbackHandlers::CreateJSWrapper(Isolate *isolate, jint javaObjectID,
558 const string &typeName) {
559 auto runtime = Runtime::GetRuntime(isolate);
560 auto objectManager = runtime->GetObjectManager();
561
562 return objectManager->CreateJSWrapper(javaObjectID, typeName);
563}
564
565
566jobjectArray

Callers 2

CallJavaMethodMethod · 0.45
FindClassMethod · 0.45

Calls 1

GetObjectManagerMethod · 0.80

Tested by

no test coverage detected