Home
last modified time | relevance | path

Searched refs:deallocator (Results 1 – 10 of 10) sorted by relevance

/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXObjectDeallocator.h15 ObjectDeallocator(const ObjectDeallocatorBlock deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() argument
18 deallocator(); in ~ObjectDeallocator()
21 const ObjectDeallocatorBlock deallocator; variable
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXObjectDeallocator.h15 ObjectDeallocator(const ObjectDeallocatorBlock deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() argument
18 deallocator(); in ~ObjectDeallocator()
21 const ObjectDeallocatorBlock deallocator; variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXObjectDeallocator.h15 ObjectDeallocator(const ObjectDeallocatorBlock deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() argument
18 deallocator(); in ~ObjectDeallocator()
21 const ObjectDeallocatorBlock deallocator; variable
/expo/packages/expo-modules-core/common/cpp/
H A DObjectDeallocator.h15 ObjectDeallocator(const Block deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() argument
18 deallocator(); in ~ObjectDeallocator()
21 const Block deallocator; variable
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJNIDeallocatorTest.kt18 val deallocator = appContextHolder.get()!!.jniDeallocator in <lambda>() constant
20 Truth.assertThat(deallocator.inspectMemory()).contains(moduleObject) in <lambda>()
H A DJSIModuleMock.kt48 afterCleanup: (deallocator: JNIDeallocator) -> Unit in withJSIInterop()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/
H A DJavaScriptObject.kt60 private external fun defineNativeDeallocator(deallocator: JNIFunctionBody) in <lambda>()
62 internal fun defineDeallocator(deallocator: () -> Unit) { in <lambda>()
64 deallocator() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/jni/
H A DJavaScriptObject.kt60 private external fun defineNativeDeallocator(deallocator: JNIFunctionBody) in <lambda>()
62 internal fun defineDeallocator(deallocator: () -> Unit) { in <lambda>()
64 deallocator() in <lambda>()
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptObject.cpp161 jni::alias_ref<JNIFunctionBody::javaobject> deallocator in defineNativeDeallocator() argument
164 jni::global_ref<JNIFunctionBody::javaobject> globalRef = jni::make_global(deallocator); in defineNativeDeallocator()
H A DJavaScriptObject.h76 jni::alias_ref<JNIFunctionBody::javaobject> deallocator