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