Home
last modified time | relevance | path

Searched refs:hostObject (Results 1 – 25 of 27) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI49_0_0TurboModuleBinding.cpp91 auto hostObject = in getModule() local
93 jsRepresentation.setProperty(runtime, "__proto__", std::move(hostObject)); in getModule()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI48_0_0TurboModuleBinding.cpp94 auto hostObject = in getModule() local
97 runtime, "__proto__", std::move(hostObject)); in getModule()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI47_0_0TurboModuleBinding.cpp94 auto hostObject = in getModule() local
97 runtime, "__proto__", std::move(hostObject)); in getModule()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h225 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
228 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
230 runtime, hostObject); in installReadonlyProperty()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h225 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
228 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
230 runtime, hostObject); in installReadonlyProperty()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h229 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
232 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
234 runtime, hostObject); in installReadonlyProperty()
H A DJsiValue.h192 std::shared_ptr<jsi::HostObject> hostObject() const { return _hostObject; } in hostObject() function
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h229 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
232 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
234 runtime, hostObject); in installReadonlyProperty()
H A DJsiValue.h192 std::shared_ptr<jsi::HostObject> hostObject() const { return _hostObject; } in hostObject() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h229 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
232 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
234 runtime, hostObject); in installReadonlyProperty()
H A DJsiValue.h192 std::shared_ptr<jsi::HostObject> hostObject() const { return _hostObject; } in hostObject() function
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h229 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
232 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
234 runtime, hostObject); in installReadonlyProperty()
H A DJsiValue.h192 std::shared_ptr<jsi::HostObject> hostObject() const { return _hostObject; } in hostObject() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h227 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
230 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
232 runtime, hostObject); in installReadonlyProperty()
H A DJsiValue.h192 std::shared_ptr<jsi::HostObject> hostObject() const { return _hostObject; } in hostObject() function
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h227 std::shared_ptr<jsi::HostObject> hostObject) { in installReadonlyProperty() argument
230 [hostObject](jsi::Runtime &runtime) { in installReadonlyProperty()
232 runtime, hostObject); in installReadonlyProperty()
H A DJsiValue.h192 std::shared_ptr<jsi::HostObject> hostObject() const { return _hostObject; } in hostObject() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/
H A DABI49_0_0JSCRuntime.cpp755 : runtime(rt), hostObject(sho) {} in HostObjectProxyBase()
758 std::shared_ptr<jsi::HostObject> hostObject; member
779 ret = proxy->hostObject->get(rt, sym); in createObject()
822 proxy->hostObject->set(rt, sym, rt.createValue(value)); in createObject()
862 auto names = proxy->hostObject->getPropertyNames(rt); in createObject()
871 auto hostObject = static_cast<HostObjectProxy *>(JSObjectGetPrivate(obj)); in createObject() local
873 delete hostObject; in createObject()
903 return metadata->hostObject; in getHostObject()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/
H A DABI48_0_0JSCRuntime.cpp753 : runtime(rt), hostObject(sho) {} in HostObjectProxyBase()
756 std::shared_ptr<jsi::HostObject> hostObject; member
777 ret = proxy->hostObject->get(rt, sym); in createObject()
820 proxy->hostObject->set(rt, sym, rt.createValue(value)); in createObject()
860 auto names = proxy->hostObject->getPropertyNames(rt); in createObject()
869 auto hostObject = static_cast<HostObjectProxy *>(JSObjectGetPrivate(obj)); in createObject() local
871 delete hostObject; in createObject()
901 return metadata->hostObject; in getHostObject()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/
H A DABI47_0_0JSCRuntime.cpp714 : runtime(rt), hostObject(sho) {} in HostObjectProxyBase()
717 std::shared_ptr<jsi::HostObject> hostObject; member
738 ret = proxy->hostObject->get(rt, sym); in createObject()
781 proxy->hostObject->set(rt, sym, rt.createValue(value)); in createObject()
821 auto names = proxy->hostObject->getPropertyNames(rt); in createObject()
830 auto hostObject = static_cast<HostObjectProxy *>(JSObjectGetPrivate(obj)); in createObject() local
832 delete hostObject; in createObject()
862 return metadata->hostObject; in getHostObject()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h267 const std::shared_ptr<jsi::HostObject> &hostObject) in ShareableHostObject() argument
268 : Shareable(HostObjectType), hostObject_(hostObject) {} in ShareableHostObject()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h267 const std::shared_ptr<jsi::HostObject> &hostObject) in ShareableHostObject() argument
268 : Shareable(HostObjectType), hostObject_(hostObject) {} in ShareableHostObject()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h267 const std::shared_ptr<jsi::HostObject> &hostObject) in ShareableHostObject() argument
268 : Shareable(HostObjectType), hostObject_(hostObject) {} in ShareableHostObject()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h267 const std::shared_ptr<jsi::HostObject> &hostObject) in ShareableHostObject() argument
268 : Shareable(HostObjectType), hostObject_(hostObject) {} in ShareableHostObject()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/test/
H A DABI49_0_0testlib.cpp565 Object hostObject = in TEST_P() local
569 ABI49_0_0EXPECT_TRUE(checkPropertyFunction.callWithThis(rt, hostObject).getBool()); in TEST_P()

12