Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ DeleteGlobalRef
Method
DeleteGlobalRef
test-app/runtime/src/main/cpp/JEnv.cpp:563–566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
}
562
563
void JEnv::DeleteGlobalRef(jobject globalRef) {
564
m_env->DeleteGlobalRef(globalRef);
565
CheckForJavaException();
566
}
567
568
void JEnv::DeleteWeakGlobalRef(jweak obj) {
569
m_env->DeleteWeakGlobalRef(obj);
Callers
4
~DirectBuffer
Method · 0.80
ResolveClass
Method · 0.80
~JsArgToArrayConverter
Method · 0.80
disconnect
Method · 0.80
Calls
no outgoing calls
Tested by
1
disconnect
Method · 0.64