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

Method PopLocalFrame

JNI/jni/jni.h:840–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838 return functions->PushLocalFrame(this,capacity);
839 }
840 jobject PopLocalFrame(jobject result) {
841 return functions->PopLocalFrame(this,result);
842 }
843
844 jobject NewGlobalRef(jobject lobj) {
845 return functions->NewGlobalRef(this,lobj);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected