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

Method GetObjectArrayElement

test-app/runtime/src/main/cpp/JEnv.cpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467jobject JEnv::GetObjectArrayElement(jobjectArray array, jsize index) {
468 jobject jo = m_env->GetObjectArrayElement(array, index);
469 CheckForJavaException();
470 return jo;
471}
472
473void JEnv::SetObjectArrayElement(jobjectArray array, jsize index, jobject value) {
474 m_env->SetObjectArrayElement(array, index, value);

Callers 6

InitMethod · 0.80
InitializeSecurityConfigFunction · 0.80
GetTypeMetadataMethod · 0.80
GetArrayElementMethod · 0.80
getPageResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected