Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ ~JniLocalRef
Method
~JniLocalRef
test-app/runtime/src/main/cpp/JniLocalRef.h:110–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
~JniLocalRef() {
111
if ((m_obj != nullptr) && !m_isGlobal) {
112
JEnv env;
113
env.DeleteLocalRef(m_obj);
114
}
115
}
116
117
private:
118
jobject m_obj;
Callers
nothing calls this directly
Calls
1
DeleteLocalRef
Method · 0.80
Tested by
no test coverage detected