| 1911 | return functions->DestroyJavaVM(this); |
| 1912 | } |
| 1913 | jint AttachCurrentThread(void **penv, void *args) { |
| 1914 | return functions->AttachCurrentThread(this, penv, args); |
| 1915 | } |
| 1916 | jint DetachCurrentThread() { |
| 1917 | return functions->DetachCurrentThread(this); |
| 1918 | } |
nothing calls this directly
no outgoing calls
no test coverage detected