Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antvis/F2Native
/ InitJavaVM
Function
InitJavaVM
core/android/JNIUtil.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
#define ASSERT_NO_EXCEPTION() assert(env->ExceptionCheck() == JNI_FALSE);
16
17
void InitJavaVM(JavaVM *vm) {
18
assert(g_jvm == nullptr);
19
g_jvm = vm;
20
}
21
22
JavaVM *GetJVM() { return g_jvm; }
23
Callers
1
JNI_OnLoad
Function · 0.85
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected