| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected