Pops the current local reference frame on the JNI stack

Similiar to JavaObject::pop_from_local_frame which returns a value.

Property definitions

jvm $ JniEnv :: pop_local_frame
	# Pops the current local reference frame on the JNI stack
	#
	# Similiar to `JavaObject::pop_from_local_frame` which returns a value.
	fun pop_local_frame `{
		(*self)->PopLocalFrame(self, NULL);
	`}
lib/jvm/jvm.nit:422,2--427,3