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

Method registerNatives

android/src/main/cpp/OnLoad.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 static void registerNatives() {
108 registerHybrid({
109 makeNativeMethod("initHybrid", V8ExecutorHolder::initHybrid),
110 makeNativeMethod("onMainLoopIdle", V8ExecutorHolder::onMainLoopIdle),
111 });
112 }
113
114 private:
115 friend HybridBase;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected