| 1914 | return functions->GetEnv(this, penv, version); |
| 1915 | } |
| 1916 | jint AttachCurrentThreadAsDaemon(void **penv, void *args) { |
| 1917 | return functions->AttachCurrentThreadAsDaemon(this, penv, args); |
| 1918 | } |
| 1919 | #endif |
| 1920 | }; |
| 1921 |
nothing calls this directly
no outgoing calls
no test coverage detected