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

Method NewLocalRef

JNI/jni/jni.h:858–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856 }
857
858 jobject NewLocalRef(jobject ref) {
859 return functions->NewLocalRef(this,ref);
860 }
861 jint EnsureLocalCapacity(jint capacity) {
862 return functions->EnsureLocalCapacity(this,capacity);
863 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected