Home
last modified time | relevance | path

Searched refs:workletRuntimeValue (Results 1 – 16 of 16) sorted by relevance

/expo/ios/vendored/sdk47/react-native-reanimated/ios/native/
H A DABI47_0_0REAInitializer.mm48 auto workletRuntimeValue = runtime.global()
54 …reinterpret_cast<uintptr_t *>(workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(…
57 runtime.global().setProperty(runtime, "_WORKLET_RUNTIME", workletRuntimeValue);
/expo/ios/vendored/sdk48/react-native-reanimated/ios/native/
H A DABI48_0_0REAInitializer.mm49 auto workletRuntimeValue = runtime.global()
55 …reinterpret_cast<uintptr_t *>(workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(…
58 runtime.global().setProperty(runtime, "_WORKLET_RUNTIME", workletRuntimeValue);
/expo/ios/Exponent/Versioned/Core/
H A DEXVersionUtils.mm56 auto workletRuntimeValue = runtime
63workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(runtime));
68 workletRuntimeValue);
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLNativeContext.cpp23 jsi::Value workletRuntimeValue = runtime.global().getProperty(runtime, "_WORKLET_RUNTIME"); in maybePrepareWorkletContext() local
24 if (!workletRuntimeValue.isObject()) { in maybePrepareWorkletContext()
27 jsi::Object workletRuntimeObject = workletRuntimeValue.getObject(runtime); in maybePrepareWorkletContext()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLNativeContext.cpp23 jsi::Value workletRuntimeValue = runtime.global().getProperty(runtime, "_WORKLET_RUNTIME"); in maybePrepareWorkletContext() local
24 if (!workletRuntimeValue.isObject()) { in maybePrepareWorkletContext()
27 jsi::Object workletRuntimeObject = workletRuntimeValue.getObject(runtime); in maybePrepareWorkletContext()
/expo/packages/expo-gl/common/
H A DEXGLNativeContext.cpp23 jsi::Value workletRuntimeValue = runtime.global().getProperty(runtime, "_WORKLET_RUNTIME"); in maybeResolveWorkletContext() local
24 if (!workletRuntimeValue.isObject()) { in maybeResolveWorkletContext()
27 jsi::Object workletRuntimeObject = workletRuntimeValue.getObject(runtime); in maybeResolveWorkletContext()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLNativeContext.cpp23 jsi::Value workletRuntimeValue = runtime.global().getProperty(runtime, "_WORKLET_RUNTIME"); in maybeResolveWorkletContext() local
24 if (!workletRuntimeValue.isObject()) { in maybeResolveWorkletContext()
27 jsi::Object workletRuntimeObject = workletRuntimeValue.getObject(runtime); in maybeResolveWorkletContext()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp168 auto workletRuntimeValue = in installJSIBindings() local
175 workletRuntimeValue.getObject(*runtime_).getArrayBuffer(*runtime_).data( in installJSIBindings()
180 *runtime_, "_WORKLET_RUNTIME", workletRuntimeValue); in installJSIBindings()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp163 auto workletRuntimeValue = in installJSIBindings() local
170 workletRuntimeValue.getObject(*runtime_).getArrayBuffer(*runtime_).data( in installJSIBindings()
175 *runtime_, "_WORKLET_RUNTIME", workletRuntimeValue); in installJSIBindings()
/expo/ios/vendored/unversioned/react-native-reanimated/ios/
H A DREAModule.mm280 auto workletRuntimeValue = runtime.global()
286 …reinterpret_cast<uintptr_t *>(workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(…
289 runtime.global().setProperty(runtime, "_WORKLET_RUNTIME", workletRuntimeValue);
/expo/ios/vendored/sdk49/react-native-reanimated/ios/
H A DABI49_0_0REAModule.mm280 auto workletRuntimeValue = runtime.global()
286 …reinterpret_cast<uintptr_t *>(workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(…
289 runtime.global().setProperty(runtime, "_WORKLET_RUNTIME", workletRuntimeValue);
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp464 auto workletRuntimeValue = in setGlobalProperties() local
470 workletRuntimeValue.getObject(jsRuntime).getArrayBuffer(jsRuntime).data( in setGlobalProperties()
475 jsRuntime, "_WORKLET_RUNTIME", workletRuntimeValue); in setGlobalProperties()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp464 auto workletRuntimeValue = in setGlobalProperties() local
470 workletRuntimeValue.getObject(jsRuntime).getArrayBuffer(jsRuntime).data( in setGlobalProperties()
475 jsRuntime, "_WORKLET_RUNTIME", workletRuntimeValue); in setGlobalProperties()
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/
H A DABI48_0_0EXVersionManager.mm582 auto workletRuntimeValue = runtime
589 workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(runtime));
594 workletRuntimeValue);
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/
H A DABI47_0_0EXVersionManager.mm581 auto workletRuntimeValue = runtime
588 workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(runtime));
593 workletRuntimeValue);
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/
H A DABI49_0_0EXVersionManager.mm599 auto workletRuntimeValue = runtime
606 workletRuntimeValue.getObject(runtime).getArrayBuffer(runtime).data(runtime));
611 workletRuntimeValue);