| 370 | } |
| 371 | |
| 372 | const char* TJniEnv::GetStringUTFChars(jstring str, jboolean* isCopy) const { |
| 373 | return GetJniEnv()->GetStringUTFChars(str, isCopy); |
| 374 | } |
| 375 | |
| 376 | bool TJniEnv::acquireLocalRef(const NJni::TWeakGlobalRef& weakRef, NJni::TLocalRef& output) const { |
| 377 | auto* env = GetJniEnv(); |
no outgoing calls
no test coverage detected