Home
last modified time | relevance | path

Searched refs:toAsyncFunction (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DMethodMetadata.h122 jsi::Function toAsyncFunction(jsi::Runtime &runtime, JSIInteropModuleRegistry *moduleRegistry);
H A DMethodMetadata.cpp218 body = std::make_shared<jsi::Function>(toAsyncFunction(runtime, moduleRegistry)); in toJSFunction()
298 jsi::Function MethodMetadata::toAsyncFunction( in toAsyncFunction() function in expo::MethodMetadata