| 1809 | } |
| 1810 | |
| 1811 | jint GetJavaVM(JavaVM **vm) { |
| 1812 | return functions->GetJavaVM(this,vm); |
| 1813 | } |
| 1814 | |
| 1815 | void GetStringRegion(jstring str, jsize start, jsize len, jchar *buf) { |
| 1816 | functions->GetStringRegion(this,str,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected