Home
last modified time | relevance | path

Searched refs:toJSFunction (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptModuleObject.cpp37 jsi::Value(runtime, *method.toJSFunction(runtime, jsiInteropModuleRegistry)) in decorateObjectWithFunctions()
55 jsi::Value(runtime, *getter.toJSFunction(runtime, in decorateObjectWithProperties()
61 jsi::Value(runtime, *setter.toJSFunction(runtime, in decorateObjectWithProperties()
H A DMethodMetadata.h81 std::shared_ptr<jsi::Function> toJSFunction(
H A DMethodMetadata.cpp212 std::shared_ptr<jsi::Function> MethodMetadata::toJSFunction( in toJSFunction() function in expo::MethodMetadata