| 837 | } |
| 838 | |
| 839 | jsize JEnv::GetArrayLength(jarray array) { |
| 840 | jsize jsz = m_env->GetArrayLength(array); |
| 841 | CheckForJavaException(); |
| 842 | return jsz; |
| 843 | } |
| 844 | |
| 845 | //recursion if we put: CheckForJavaException(); |
| 846 | //in this method |
no outgoing calls
no test coverage detected