Searched refs:HostFunctionHandler (Results 1 – 12 of 12) sorted by relevance
11 struct HostFunctionHandler : jsi::HostObject { struct17 HostFunctionHandler(std::shared_ptr<jsi::Function> f, jsi::Runtime &rt) { in HostFunctionHandler() function
35 static inline const std::shared_ptr<HostFunctionHandler> &asHostFunction(77 const std::shared_ptr<HostFunctionHandler> &_value) in HostFunctionWrapper()79 std::shared_ptr<HostFunctionHandler> value;127 inline const std::shared_ptr<HostFunctionHandler> &ValueWrapper::asHostFunction( in asHostFunction()
114 std::shared_ptr<HostFunctionHandler> handler = in adapt()115 handlerAsObject.getHostObject<HostFunctionHandler>(rt); in adapt()119 std::make_shared<HostFunctionHandler>( in adapt()
11 struct HostFunctionHandler : jsi::HostObject { struct17 HostFunctionHandler(std::shared_ptr<jsi::Function> f, jsi::Runtime &rt) { in HostFunctionHandler() argument