Searched refs:toAsyncFunction (Results 1 – 2 of 2) sorted by relevance
122 jsi::Function toAsyncFunction(jsi::Runtime &runtime, JSIInteropModuleRegistry *moduleRegistry);
218 body = std::make_shared<jsi::Function>(toAsyncFunction(runtime, moduleRegistry)); in toJSFunction()298 jsi::Function MethodMetadata::toAsyncFunction( in toAsyncFunction() function in expo::MethodMetadata