Home
last modified time | relevance | path

Searched refs:ObjectDeallocator (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-modules-core/common/cpp/
H A DObjectDeallocator.h11 class JSI_EXPORT ObjectDeallocator : public jsi::HostObject {
15 ObjectDeallocator(const Block deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() function
17 virtual ~ObjectDeallocator() { in ~ObjectDeallocator()
31 ObjectDeallocator::Block deallocatorBlock,
H A DObjectDeallocator.cpp11 ObjectDeallocator::Block deallocatorBlock, in setDeallocator()
14 std::shared_ptr<ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocator>( in setDeallocator()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXObjectDeallocator.h13 class JSI_EXPORT ObjectDeallocator : public jsi::HostObject {
15 ObjectDeallocator(const ObjectDeallocatorBlock deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() function
17 virtual ~ObjectDeallocator() { in ~ObjectDeallocator()
H A DABI47_0_0EXJSIUtils.mm167 …std::shared_ptr<ABI47_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXObjectDeallocator.h13 class JSI_EXPORT ObjectDeallocator : public jsi::HostObject {
15 ObjectDeallocator(const ObjectDeallocatorBlock deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() function
17 virtual ~ObjectDeallocator() { in ~ObjectDeallocator()
H A DABI48_0_0EXJSIUtils.mm167 …std::shared_ptr<ABI48_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXObjectDeallocator.h13 class JSI_EXPORT ObjectDeallocator : public jsi::HostObject {
15 ObjectDeallocator(const ObjectDeallocatorBlock deallocator) : deallocator(deallocator) {}; in ObjectDeallocator() function
17 virtual ~ObjectDeallocator() { in ~ObjectDeallocator()
H A DABI49_0_0EXJSIUtils.mm184 …std::shared_ptr<ABI49_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJSIUtils.h10 #import <ExpoModulesCore/ObjectDeallocator.h>