Home
last modified time | relevance | path

Searched defs:syncFunction (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJSIInteropModuleRegistryTest.kt24 val syncFunction = testModule.getProperty("syncFunction") in <lambda>() constant
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DMethodMetadata.cpp270 auto syncFunction = jni::static_ref_cast<JNIFunctionBody>(this->jBodyReference); in callJNISync() local