Home
last modified time | relevance | path

Searched refs:hostObjectPtr (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-modules-core/common/cpp/
H A DObjectDeallocator.cpp14 std::shared_ptr<ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocator>( in setDeallocator() local
17 jsi::Object jsDeallocator = jsi::Object::createFromHostObject(runtime, hostObjectPtr); in setDeallocator()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJSIUtils.mm167 …std::shared_ptr<ABI48_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
168 jsi::Object jsObject = jsi::Object::createFromHostObject(runtime, hostObjectPtr);
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJSIUtils.mm167 …std::shared_ptr<ABI47_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
168 jsi::Object jsObject = jsi::Object::createFromHostObject(runtime, hostObjectPtr);
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJSIUtils.mm184 …std::shared_ptr<ABI49_0_0expo::ObjectDeallocator> hostObjectPtr = std::make_shared<ObjectDeallocat…
185 jsi::Object jsObject = jsi::Object::createFromHostObject(runtime, hostObjectPtr);