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

Method DeleteLocalRef

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

Source from the content-addressed store, hash-verified

577}
578
579void JEnv::DeleteLocalRef(jobject localRef) {
580 m_env->DeleteLocalRef(localRef);
581}
582
583jbyteArray JEnv::NewByteArray(jsize length) {
584 jbyteArray jba = m_env->NewByteArray(length);

Callers 15

InitializeSecurityConfigFunction · 0.80
CallJavaMethodMethod · 0.80
GetMethodOverridesMethod · 0.80
ResolveJavaMethodMethod · 0.80
ResolveConstructorMethod · 0.80
GetArrayElementMethod · 0.80
~JniLocalRefMethod · 0.80
~JsArgConverterMethod · 0.80
GetJavaFieldMethod · 0.80
FindClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected