| 119 | } // namespace rnv8 |
| 120 | |
| 121 | JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) { |
| 122 | return facebook::jni::initialize( |
| 123 | vm, [] { rnv8::V8ExecutorHolder::registerNatives(); }); |
| 124 | } |
nothing calls this directly
no outgoing calls
no test coverage detected