Searched refs:deallocatorBlock (Results 1 – 16 of 16) sorted by relevance
| /expo/packages/expo-modules-core/common/cpp/ |
| H A D | ObjectDeallocator.cpp | 11 ObjectDeallocator::Block deallocatorBlock, in setDeallocator() argument 15 deallocatorBlock in setDeallocator()
|
| H A D | ObjectDeallocator.h | 31 ObjectDeallocator::Block deallocatorBlock,
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/ |
| H A D | ABI47_0_0EXJavaScriptObject.h | 93 - (void)setObjectDeallocator:(void (^ _Nonnull)(void))deallocatorBlock;
|
| H A D | ABI47_0_0EXJSIUtils.h | 60 …i::Runtime &runtime, std::shared_ptr<jsi::Object> object, ObjectDeallocatorBlock deallocatorBlock);
|
| H A D | ABI47_0_0EXJavaScriptObject.mm | 115 - (void)setObjectDeallocator:(void (^)(void))deallocatorBlock 117 ABI47_0_0expo::setDeallocator(*[_runtime get], _jsObjectPtr, deallocatorBlock);
|
| H A D | ABI47_0_0EXJSIUtils.mm | 166 …::Runtime &runtime, std::shared_ptr<jsi::Object> object, ObjectDeallocatorBlock deallocatorBlock) { 167 …_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocator>(deallocatorBlock);
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJavaScriptObject.h | 93 - (void)setObjectDeallocator:(void (^ _Nonnull)(void))deallocatorBlock;
|
| H A D | EXJavaScriptObject.mm | 102 - (void)setObjectDeallocator:(void (^)(void))deallocatorBlock 104 expo::common::setDeallocator(*[_runtime get], _jsObjectPtr, deallocatorBlock);
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/ |
| H A D | ABI48_0_0EXJavaScriptObject.h | 93 - (void)setObjectDeallocator:(void (^ _Nonnull)(void))deallocatorBlock;
|
| H A D | ABI48_0_0EXJSIUtils.h | 60 …i::Runtime &runtime, std::shared_ptr<jsi::Object> object, ObjectDeallocatorBlock deallocatorBlock);
|
| H A D | ABI48_0_0EXJavaScriptObject.mm | 115 - (void)setObjectDeallocator:(void (^)(void))deallocatorBlock 117 ABI48_0_0expo::setDeallocator(*[_runtime get], _jsObjectPtr, deallocatorBlock);
|
| H A D | ABI48_0_0EXJSIUtils.mm | 166 …::Runtime &runtime, std::shared_ptr<jsi::Object> object, ObjectDeallocatorBlock deallocatorBlock) { 167 …_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocator>(deallocatorBlock);
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/ |
| H A D | ABI49_0_0EXJavaScriptObject.h | 93 - (void)setObjectDeallocator:(void (^ _Nonnull)(void))deallocatorBlock;
|
| H A D | ABI49_0_0EXJSIUtils.h | 65 …i::Runtime &runtime, std::shared_ptr<jsi::Object> object, ObjectDeallocatorBlock deallocatorBlock);
|
| H A D | ABI49_0_0EXJavaScriptObject.mm | 115 - (void)setObjectDeallocator:(void (^)(void))deallocatorBlock 117 ABI49_0_0expo::setDeallocator(*[_runtime get], _jsObjectPtr, deallocatorBlock);
|
| H A D | ABI49_0_0EXJSIUtils.mm | 183 …::Runtime &runtime, std::shared_ptr<jsi::Object> object, ObjectDeallocatorBlock deallocatorBlock) { 184 …_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocator>(deallocatorBlock);
|