MCPcopy Create free account
hub / github.com/Kudo/react-native-v8 / JNI_OnLoad

Function JNI_OnLoad

android/src/main/cpp/OnLoad.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119} // namespace rnv8
120
121JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) {
122 return facebook::jni::initialize(
123 vm, [] { rnv8::V8ExecutorHolder::registerNatives(); });
124}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected