MCPcopy Create free account
hub / github.com/Firebasky/Java / DeleteLocalRef

Method DeleteLocalRef

JNI/jni/webshell/jni.h:850–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848 functions->DeleteGlobalRef(this,gref);
849 }
850 void DeleteLocalRef(jobject obj) {
851 functions->DeleteLocalRef(this, obj);
852 }
853
854 jboolean IsSameObject(jobject obj1, jobject obj2) {
855 return functions->IsSameObject(this,obj1,obj2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected