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

Method IsSameObject

JNI/jni/webshell/jni.h:854–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852 }
853
854 jboolean IsSameObject(jobject obj1, jobject obj2) {
855 return functions->IsSameObject(this,obj1,obj2);
856 }
857
858 jobject NewLocalRef(jobject ref) {
859 return functions->NewLocalRef(this,ref);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected