| 1918 | } |
| 1919 | |
| 1920 | jint GetEnv(void **penv, jint version) { |
| 1921 | return functions->GetEnv(this, penv, version); |
| 1922 | } |
| 1923 | jint AttachCurrentThreadAsDaemon(void **penv, void *args) { |
| 1924 | return functions->AttachCurrentThreadAsDaemon(this, penv, args); |
| 1925 | } |
nothing calls this directly
no outgoing calls
no test coverage detected