react-native-windows 0.83.0-preview.2 → 0.84.0-preview.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.flowconfig +2 -2
- package/Folly/Folly.vcxproj +2 -0
- package/Libraries/Animated/AnimatedEvent.js +2 -2
- package/Libraries/Animated/animations/Animation.js +1 -3
- package/Libraries/Animated/createAnimatedComponent.js +8 -5
- package/Libraries/Animated/nodes/AnimatedColor.js +1 -1
- package/Libraries/Animated/nodes/AnimatedInterpolation.js +40 -4
- package/Libraries/Animated/nodes/AnimatedNode.js +3 -3
- package/Libraries/Animated/nodes/AnimatedObject.js +16 -11
- package/Libraries/Animated/nodes/AnimatedProps.js +43 -12
- package/Libraries/Animated/nodes/AnimatedStyle.js +12 -12
- package/Libraries/Animated/nodes/AnimatedValue.js +6 -3
- package/Libraries/Animated/nodes/AnimatedValueXY.js +1 -1
- package/Libraries/BatchedBridge/MessageQueue.js +24 -22
- package/Libraries/Blob/URL.js +34 -3
- package/Libraries/Blob/URLSearchParams.js +1 -0
- package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.d.ts +9 -1
- package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.js +6 -1
- package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.windows.js +6 -1
- package/Libraries/Components/Button.js +2 -5
- package/Libraries/Components/Button.windows.js +2 -5
- package/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js +1 -1
- package/Libraries/Components/DrawerAndroid/DrawerLayoutAndroidTypes.js +4 -4
- package/Libraries/Components/Keyboard/Keyboard.js +2 -2
- package/Libraries/Components/Pressable/Pressable.js +8 -8
- package/Libraries/Components/Pressable/Pressable.windows.js +14 -13
- package/Libraries/Components/TextInput/TextInput.flow.js +13 -13
- package/Libraries/Components/TextInput/TextInput.flow.windows.js +19 -18
- package/Libraries/Components/TextInput/TextInput.js +33 -34
- package/Libraries/Components/TextInput/TextInput.windows.js +40 -39
- package/Libraries/Components/Touchable/PooledClass.js +2 -2
- package/Libraries/Components/Touchable/TouchableBounce.js +3 -3
- package/Libraries/Components/Touchable/TouchableBounce.windows.js +3 -3
- package/Libraries/Components/Touchable/TouchableNativeFeedback.js +1 -1
- package/Libraries/Components/Touchable/TouchableNativeFeedback.windows.js +1 -1
- package/Libraries/Components/Touchable/TouchableWithoutFeedback.js +9 -9
- package/Libraries/Components/Touchable/TouchableWithoutFeedback.windows.js +9 -9
- package/Libraries/Components/View/ViewPropTypes.js +16 -6
- package/Libraries/Components/View/ViewPropTypes.windows.js +21 -11
- package/Libraries/Core/Devtools/loadBundleFromServer.js +6 -3
- package/Libraries/Core/Devtools/loadBundleFromServer.windows.js +6 -3
- package/Libraries/Core/Devtools/symbolicateStackTrace.js +1 -1
- package/Libraries/Core/ExceptionsManager.js +3 -3
- package/Libraries/Core/RawEventEmitter.js +1 -1
- package/Libraries/Core/ReactFiberErrorDialog.js +1 -1
- package/Libraries/Core/ReactNativeVersion.js +3 -3
- package/Libraries/Core/setUpDeveloperTools.js +1 -1
- package/Libraries/Core/setUpErrorHandling.js +1 -1
- package/Libraries/EventEmitter/NativeEventEmitter.js +2 -2
- package/Libraries/Image/Image.android.js +2 -2
- package/Libraries/Image/Image.ios.js +2 -2
- package/Libraries/Image/Image.windows.js +2 -2
- package/Libraries/Image/ImageProps.js +1 -1
- package/Libraries/Image/ImageTypes.flow.js +2 -2
- package/Libraries/Interaction/InteractionManager.js +3 -3
- package/Libraries/Interaction/PanResponder.js +1 -1
- package/Libraries/LayoutAnimation/LayoutAnimation.js +1 -1
- package/Libraries/Linking/Linking.js +1 -1
- package/Libraries/Lists/FlatList.js +2 -2
- package/Libraries/LogBox/Data/LogBoxData.js +31 -4
- package/Libraries/LogBox/Data/LogBoxLog.js +2 -2
- package/Libraries/LogBox/Data/LogBoxSymbolication.js +1 -1
- package/Libraries/LogBox/Data/parseLogBoxLog.js +5 -5
- package/Libraries/LogBox/LogBox.js +7 -7
- package/Libraries/NativeComponent/BaseViewConfig.android.js +12 -0
- package/Libraries/NativeComponent/StaticViewConfigValidator.js +4 -4
- package/Libraries/NativeComponent/ViewConfigIgnore.js +1 -1
- package/Libraries/NativeComponent/ViewConfigIgnore.windows.js +1 -1
- package/Libraries/Network/RCTNetworking.android.js +3 -3
- package/Libraries/Network/RCTNetworking.ios.js +2 -2
- package/Libraries/Network/RCTNetworking.js.flow +2 -2
- package/Libraries/Network/RCTNetworking.windows.js +2 -2
- package/Libraries/Pressability/Pressability.js +9 -9
- package/Libraries/Pressability/Pressability.windows.js +17 -16
- package/Libraries/ReactNative/AppRegistry.flow.js +1 -1
- package/Libraries/ReactNative/BridgelessUIManager.js +1 -1
- package/Libraries/ReactNative/FabricUIManager.js +1 -1
- package/Libraries/ReactNative/PaperUIManager.js +1 -1
- package/Libraries/ReactNative/PaperUIManager.windows.js +1 -1
- package/Libraries/ReactNative/ReactFabricPublicInstance/ReactFabricPublicInstance.js +1 -1
- package/Libraries/ReactNative/ReactFabricPublicInstance/ReactFabricPublicInstanceUtils.js +2 -2
- package/Libraries/ReactNative/ReactFabricPublicInstance/ReactNativeAttributePayload.js +1 -1
- package/Libraries/ReactNative/RendererImplementation.js +1 -1
- package/Libraries/ReactNative/getNativeComponentAttributes.js +1 -1
- package/Libraries/ReactPrivate/ReactNativePrivateInterface.js +1 -2
- package/Libraries/Renderer/implementations/ReactFabric-dev.js +3 -3
- package/Libraries/Renderer/implementations/ReactFabric-prod.js +3 -3
- package/Libraries/Renderer/implementations/ReactFabric-profiling.js +3 -3
- package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js +11 -4
- package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js +11 -4
- package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js +11 -4
- package/Libraries/Renderer/shims/ReactFabric.js +3 -1
- package/Libraries/Renderer/shims/ReactFeatureFlags.js +3 -1
- package/Libraries/Renderer/shims/ReactNative.js +2 -2
- package/Libraries/Renderer/shims/ReactNativeTypes.js +3 -1
- package/Libraries/Renderer/shims/ReactNativeTypes.windows.js +3 -1
- package/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js +3 -1
- package/Libraries/Renderer/shims/createReactNativeComponentClass.js +3 -1
- package/Libraries/Settings/Settings.ios.js +1 -1
- package/Libraries/StyleSheet/PlatformColorValueTypes.android.js +2 -2
- package/Libraries/StyleSheet/PlatformColorValueTypes.ios.js +1 -1
- package/Libraries/StyleSheet/PlatformColorValueTypes.js.flow +4 -2
- package/Libraries/StyleSheet/StyleSheetExports.js +1 -1
- package/Libraries/StyleSheet/StyleSheetTypes.d.ts +99 -4
- package/Libraries/StyleSheet/StyleSheetTypes.js +6 -8
- package/Libraries/StyleSheet/processFilter.js +1 -1
- package/Libraries/Text/Text.js +46 -6
- package/Libraries/Text/Text.windows.js +46 -6
- package/Libraries/Text/TextNativeComponent.js +1 -1
- package/Libraries/Text/TextProps.js +7 -7
- package/Libraries/Text/TextProps.windows.js +7 -7
- package/Libraries/Types/CodegenTypes.js +1 -1
- package/Libraries/Types/CoreEventTypes.js +31 -0
- package/Libraries/Types/CoreEventTypes.windows.js +31 -13
- package/Libraries/Types/ReactDevToolsTypes.js +2 -2
- package/Libraries/Utilities/Appearance.js +2 -2
- package/Libraries/Utilities/DevLoadingView.js +8 -1
- package/Libraries/Utilities/DevSettings.js +3 -3
- package/Libraries/Utilities/HMRClient.js +4 -3
- package/Libraries/Utilities/RCTLog.js +3 -3
- package/Libraries/Utilities/ReactNativeTestTools.js +1 -1
- package/Libraries/Utilities/SceneTracker.js +1 -1
- package/Libraries/Utilities/codegenNativeCommands.js +1 -1
- package/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev.js +3 -3
- package/Libraries/Utilities/logError.js +1 -1
- package/Libraries/Utilities/stringifySafe.js +7 -7
- package/Libraries/Utilities/useRefEffect.js +1 -1
- package/Libraries/WebSocket/WebSocketInterceptor.js +3 -3
- package/Libraries/promiseRejectionTrackingOptions.js +8 -8
- package/Libraries/vendor/core/ErrorUtils.js +10 -10
- package/Libraries/vendor/emitter/EventEmitter.js +6 -6
- package/Microsoft.ReactNative/Fabric/AbiViewProps.cpp +5 -0
- package/Microsoft.ReactNative/Fabric/AbiViewProps.h +1 -0
- package/Microsoft.ReactNative/Fabric/Composition/CompositionEventHandler.cpp +25 -5
- package/Microsoft.ReactNative/Fabric/Composition/CompositionEventHandler.h +2 -1
- package/Microsoft.ReactNative/Fabric/Composition/CompositionViewComponentView.cpp +9 -3
- package/Microsoft.ReactNative/Fabric/FabricUIManagerModule.cpp +2 -3
- package/Microsoft.ReactNative/Fabric/ReactTaggedView.h +2 -2
- package/Microsoft.ReactNative/IReactCompositionViewComponentBuilder.idl +2 -0
- package/Microsoft.ReactNative/ReactHost/ReactInstanceWin.cpp +6 -0
- package/Microsoft.ReactNative/ViewProps.idl +9 -0
- package/Microsoft.ReactNative.Cxx/ReactCommon/TurboModule.h +12 -2
- package/PropertySheets/Generated/PackageVersion.g.props +3 -3
- package/ReactCommon/ReactCommon.vcxproj +7 -1
- package/ReactCommon/ReactCommon.vcxproj.filters +0 -3
- package/ReactCommon/TEMP_UntilReactCommonUpdate/cxxreact/JSIndexedRAMBundle.cpp +5 -5
- package/ReactCommon/TEMP_UntilReactCommonUpdate/cxxreact/ReactMarker.cpp +0 -1
- package/ReactCommon/TEMP_UntilReactCommonUpdate/jsiexecutor/jsireact/JSIExecutor.cpp +2 -43
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/nativemodule/core/ReactCommon/TurboModule.h +12 -2
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/attributedstring/TextAttributes.cpp +291 -0
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/core/EventDispatcher.cpp +0 -1
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/core/EventQueueProcessor.cpp +1 -3
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/core/propsConversions.h +199 -0
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/uimanager/UIManager.cpp +6 -0
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/runtime/ReactInstance.cpp +17 -10
- package/Scripts/creaternwapp.cmd +8 -1
- package/Scripts/creaternwlib.cmd +21 -2
- package/Shared/DevSettings.h +0 -3
- package/Shared/Modules/WebSocketModule.cpp +0 -1
- package/Shared/Modules/WebSocketModule.h +62 -3
- package/Shared/OInstance.cpp +5 -0
- package/Shared/Shared.vcxitems +4 -6
- package/Shared/Shared.vcxitems.filters +218 -709
- package/codegen/NativeAccessibilityManagerSpec.g.h +2 -0
- package/codegen/NativeAnimatedModuleSpec.g.h +21 -15
- package/codegen/NativeDevLoadingViewSpec.g.h +3 -3
- package/codegen/NativeIntentAndroidSpec.g.h +16 -3
- package/codegen/NativeReactNativeFeatureFlagsSpec.g.h +209 -191
- package/codegen/react/components/rnwcore/EventEmitters.h +1 -0
- package/codegen/react/components/rnwcore/Props.h +14 -0
- package/codegen/rnwcoreJSI.h +246 -211
- package/index.js +3 -0
- package/index.windows.js +3 -0
- package/jest/mock.js +2 -2
- package/jest/mockComponent.js +1 -1
- package/jest/setup.js +1 -1
- package/package.json +22 -21
- package/src/private/animated/NativeAnimatedHelper.js +130 -125
- package/src/private/animated/NativeAnimatedValidation.js +7 -4
- package/src/private/animated/createAnimatedPropsHook.js +13 -5
- package/src/private/animated/createAnimatedPropsMemoHook.js +10 -10
- package/src/private/components/virtualview/VirtualView.js +16 -9
- package/src/private/components/virtualview/logger/VirtualViewLogger.js +21 -0
- package/src/private/components/virtualview/logger/VirtualViewLoggerTypes.js +24 -0
- package/src/private/devsupport/devmenu/elementinspector/ElementProperties.js +1 -1
- package/src/private/devsupport/devmenu/elementinspector/Inspector.js +6 -25
- package/src/private/devsupport/devmenu/elementinspector/InspectorPanel.js +1 -27
- package/src/private/devsupport/devmenu/elementinspector/XHRInterceptor.js +3 -2
- package/src/private/featureflags/ReactNativeFeatureFlags.js +63 -42
- package/src/private/featureflags/ReactNativeFeatureFlagsBase.js +3 -3
- package/src/private/featureflags/specs/NativeReactNativeFeatureFlags.js +12 -9
- package/src/private/renderer/errorhandling/ErrorHandlers.js +7 -4
- package/src/private/specs_DEPRECATED/modules/NativeAccessibilityManager.js +1 -1
- package/src/private/specs_DEPRECATED/modules/NativeAnimatedModule.js +4 -0
- package/src/private/specs_DEPRECATED/modules/NativeDevLoadingView.js +1 -0
- package/src/private/webapis/dom/events/CustomEvent.js +3 -3
- package/src/private/webapis/dom/nodes/internals/ReactNativeDocumentElementInstanceHandle.js +1 -1
- package/src/private/webapis/dom/nodes/internals/ReactNativeDocumentInstanceHandle.js +1 -1
- package/src/private/webapis/dom/nodes/specs/NativeDOM.js +29 -29
- package/src/private/webapis/dom/oldstylecollections/HTMLCollection.js +1 -1
- package/src/private/webapis/dom/oldstylecollections/NodeList.js +2 -2
- package/src/private/webapis/geometry/DOMRectReadOnly.js +1 -1
- package/src/private/webapis/html/events/MessageEvent.js +3 -3
- package/src/private/webapis/idlecallbacks/specs/NativeIdleCallbacks.js +3 -3
- package/src/private/webapis/intersectionobserver/IntersectionObserver.js +53 -5
- package/src/private/webapis/intersectionobserver/internals/IntersectionObserverManager.js +2 -2
- package/src/private/webapis/intersectionobserver/specs/NativeIntersectionObserver.js +4 -4
- package/src/private/webapis/microtasks/specs/NativeMicrotasks.js +1 -1
- package/src/private/webapis/mutationobserver/MutationObserver.js +1 -1
- package/src/private/webapis/mutationobserver/MutationRecord.js +1 -1
- package/src/private/webapis/mutationobserver/specs/NativeMutationObserver.js +4 -4
- package/src/private/webapis/performance/Performance.js +1 -1
- package/src/private/webapis/performance/UserTiming.js +1 -1
- package/src/private/webapis/performance/specs/NativePerformance.js +3 -3
- package/src/private/webapis/structuredClone/structuredClone.js +3 -3
- package/src/types/globals.d.ts +30 -1
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/components/image/conversions.h +0 -178
- package/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/imagemanager/primitives.h +0 -183
- package/Shared/Modules/WebSocketTurboModule.h +0 -71
- package/src/private/devsupport/devmenu/elementinspector/NetworkOverlay.js +0 -628
- package/src/private/devsupport/devmenu/perfmonitor/PerformanceOverlay.js +0 -66
package/codegen/rnwcoreJSI.h
CHANGED
|
@@ -26,14 +26,16 @@ protected:
|
|
|
26
26
|
methodMap_["commonTestFlagWithoutNativeImplementation"] = MethodMetadata {.argCount = 0, .invoker = __commonTestFlagWithoutNativeImplementation};
|
|
27
27
|
methodMap_["cdpInteractionMetricsEnabled"] = MethodMetadata {.argCount = 0, .invoker = __cdpInteractionMetricsEnabled};
|
|
28
28
|
methodMap_["cxxNativeAnimatedEnabled"] = MethodMetadata {.argCount = 0, .invoker = __cxxNativeAnimatedEnabled};
|
|
29
|
-
methodMap_["cxxNativeAnimatedRemoveJsSync"] = MethodMetadata {.argCount = 0, .invoker = __cxxNativeAnimatedRemoveJsSync};
|
|
30
29
|
methodMap_["disableEarlyViewCommandExecution"] = MethodMetadata {.argCount = 0, .invoker = __disableEarlyViewCommandExecution};
|
|
31
|
-
methodMap_["
|
|
30
|
+
methodMap_["disableImageViewPreallocationAndroid"] = MethodMetadata {.argCount = 0, .invoker = __disableImageViewPreallocationAndroid};
|
|
32
31
|
methodMap_["disableMountItemReorderingAndroid"] = MethodMetadata {.argCount = 0, .invoker = __disableMountItemReorderingAndroid};
|
|
33
32
|
methodMap_["disableOldAndroidAttachmentMetricsWorkarounds"] = MethodMetadata {.argCount = 0, .invoker = __disableOldAndroidAttachmentMetricsWorkarounds};
|
|
33
|
+
methodMap_["disableSubviewClippingAndroid"] = MethodMetadata {.argCount = 0, .invoker = __disableSubviewClippingAndroid};
|
|
34
34
|
methodMap_["disableTextLayoutManagerCacheAndroid"] = MethodMetadata {.argCount = 0, .invoker = __disableTextLayoutManagerCacheAndroid};
|
|
35
|
+
methodMap_["disableViewPreallocationAndroid"] = MethodMetadata {.argCount = 0, .invoker = __disableViewPreallocationAndroid};
|
|
35
36
|
methodMap_["enableAccessibilityOrder"] = MethodMetadata {.argCount = 0, .invoker = __enableAccessibilityOrder};
|
|
36
37
|
methodMap_["enableAccumulatedUpdatesInRawPropsAndroid"] = MethodMetadata {.argCount = 0, .invoker = __enableAccumulatedUpdatesInRawPropsAndroid};
|
|
38
|
+
methodMap_["enableAndroidAntialiasedBorderRadiusClipping"] = MethodMetadata {.argCount = 0, .invoker = __enableAndroidAntialiasedBorderRadiusClipping};
|
|
37
39
|
methodMap_["enableAndroidLinearText"] = MethodMetadata {.argCount = 0, .invoker = __enableAndroidLinearText};
|
|
38
40
|
methodMap_["enableAndroidTextMeasurementOptimizations"] = MethodMetadata {.argCount = 0, .invoker = __enableAndroidTextMeasurementOptimizations};
|
|
39
41
|
methodMap_["enableBridgelessArchitecture"] = MethodMetadata {.argCount = 0, .invoker = __enableBridgelessArchitecture};
|
|
@@ -43,12 +45,14 @@ protected:
|
|
|
43
45
|
methodMap_["enableDoubleMeasurementFixAndroid"] = MethodMetadata {.argCount = 0, .invoker = __enableDoubleMeasurementFixAndroid};
|
|
44
46
|
methodMap_["enableEagerMainQueueModulesOnIOS"] = MethodMetadata {.argCount = 0, .invoker = __enableEagerMainQueueModulesOnIOS};
|
|
45
47
|
methodMap_["enableEagerRootViewAttachment"] = MethodMetadata {.argCount = 0, .invoker = __enableEagerRootViewAttachment};
|
|
48
|
+
methodMap_["enableExclusivePropsUpdateAndroid"] = MethodMetadata {.argCount = 0, .invoker = __enableExclusivePropsUpdateAndroid};
|
|
46
49
|
methodMap_["enableFabricLogs"] = MethodMetadata {.argCount = 0, .invoker = __enableFabricLogs};
|
|
47
50
|
methodMap_["enableFabricRenderer"] = MethodMetadata {.argCount = 0, .invoker = __enableFabricRenderer};
|
|
48
51
|
methodMap_["enableFontScaleChangesUpdatingLayout"] = MethodMetadata {.argCount = 0, .invoker = __enableFontScaleChangesUpdatingLayout};
|
|
49
52
|
methodMap_["enableIOSTextBaselineOffsetPerLine"] = MethodMetadata {.argCount = 0, .invoker = __enableIOSTextBaselineOffsetPerLine};
|
|
50
53
|
methodMap_["enableIOSViewClipToPaddingBox"] = MethodMetadata {.argCount = 0, .invoker = __enableIOSViewClipToPaddingBox};
|
|
51
54
|
methodMap_["enableImagePrefetchingAndroid"] = MethodMetadata {.argCount = 0, .invoker = __enableImagePrefetchingAndroid};
|
|
55
|
+
methodMap_["enableImagePrefetchingJNIBatchingAndroid"] = MethodMetadata {.argCount = 0, .invoker = __enableImagePrefetchingJNIBatchingAndroid};
|
|
52
56
|
methodMap_["enableImagePrefetchingOnUiThreadAndroid"] = MethodMetadata {.argCount = 0, .invoker = __enableImagePrefetchingOnUiThreadAndroid};
|
|
53
57
|
methodMap_["enableImmediateUpdateModeForContentOffsetChanges"] = MethodMetadata {.argCount = 0, .invoker = __enableImmediateUpdateModeForContentOffsetChanges};
|
|
54
58
|
methodMap_["enableImperativeFocus"] = MethodMetadata {.argCount = 0, .invoker = __enableImperativeFocus};
|
|
@@ -63,7 +67,6 @@ protected:
|
|
|
63
67
|
methodMap_["enableNetworkEventReporting"] = MethodMetadata {.argCount = 0, .invoker = __enableNetworkEventReporting};
|
|
64
68
|
methodMap_["enablePreparedTextLayout"] = MethodMetadata {.argCount = 0, .invoker = __enablePreparedTextLayout};
|
|
65
69
|
methodMap_["enablePropsUpdateReconciliationAndroid"] = MethodMetadata {.argCount = 0, .invoker = __enablePropsUpdateReconciliationAndroid};
|
|
66
|
-
methodMap_["enableResourceTimingAPI"] = MethodMetadata {.argCount = 0, .invoker = __enableResourceTimingAPI};
|
|
67
70
|
methodMap_["enableSwiftUIBasedFilters"] = MethodMetadata {.argCount = 0, .invoker = __enableSwiftUIBasedFilters};
|
|
68
71
|
methodMap_["enableViewCulling"] = MethodMetadata {.argCount = 0, .invoker = __enableViewCulling};
|
|
69
72
|
methodMap_["enableViewRecycling"] = MethodMetadata {.argCount = 0, .invoker = __enableViewRecycling};
|
|
@@ -71,13 +74,13 @@ protected:
|
|
|
71
74
|
methodMap_["enableViewRecyclingForScrollView"] = MethodMetadata {.argCount = 0, .invoker = __enableViewRecyclingForScrollView};
|
|
72
75
|
methodMap_["enableViewRecyclingForText"] = MethodMetadata {.argCount = 0, .invoker = __enableViewRecyclingForText};
|
|
73
76
|
methodMap_["enableViewRecyclingForView"] = MethodMetadata {.argCount = 0, .invoker = __enableViewRecyclingForView};
|
|
74
|
-
methodMap_["enableVirtualViewClippingWithoutScrollViewClipping"] = MethodMetadata {.argCount = 0, .invoker = __enableVirtualViewClippingWithoutScrollViewClipping};
|
|
75
77
|
methodMap_["enableVirtualViewContainerStateExperimental"] = MethodMetadata {.argCount = 0, .invoker = __enableVirtualViewContainerStateExperimental};
|
|
76
78
|
methodMap_["enableVirtualViewDebugFeatures"] = MethodMetadata {.argCount = 0, .invoker = __enableVirtualViewDebugFeatures};
|
|
77
79
|
methodMap_["enableVirtualViewRenderState"] = MethodMetadata {.argCount = 0, .invoker = __enableVirtualViewRenderState};
|
|
78
80
|
methodMap_["enableVirtualViewWindowFocusDetection"] = MethodMetadata {.argCount = 0, .invoker = __enableVirtualViewWindowFocusDetection};
|
|
79
81
|
methodMap_["enableWebPerformanceAPIsByDefault"] = MethodMetadata {.argCount = 0, .invoker = __enableWebPerformanceAPIsByDefault};
|
|
80
82
|
methodMap_["fixMappingOfEventPrioritiesBetweenFabricAndReact"] = MethodMetadata {.argCount = 0, .invoker = __fixMappingOfEventPrioritiesBetweenFabricAndReact};
|
|
83
|
+
methodMap_["fixTextClippingAndroid15useBoundsForWidth"] = MethodMetadata {.argCount = 0, .invoker = __fixTextClippingAndroid15useBoundsForWidth};
|
|
81
84
|
methodMap_["fuseboxAssertSingleHostState"] = MethodMetadata {.argCount = 0, .invoker = __fuseboxAssertSingleHostState};
|
|
82
85
|
methodMap_["fuseboxEnabledRelease"] = MethodMetadata {.argCount = 0, .invoker = __fuseboxEnabledRelease};
|
|
83
86
|
methodMap_["fuseboxNetworkInspectionEnabled"] = MethodMetadata {.argCount = 0, .invoker = __fuseboxNetworkInspectionEnabled};
|
|
@@ -88,17 +91,17 @@ protected:
|
|
|
88
91
|
methodMap_["preparedTextCacheSize"] = MethodMetadata {.argCount = 0, .invoker = __preparedTextCacheSize};
|
|
89
92
|
methodMap_["preventShadowTreeCommitExhaustion"] = MethodMetadata {.argCount = 0, .invoker = __preventShadowTreeCommitExhaustion};
|
|
90
93
|
methodMap_["shouldPressibilityUseW3CPointerEventsForHover"] = MethodMetadata {.argCount = 0, .invoker = __shouldPressibilityUseW3CPointerEventsForHover};
|
|
94
|
+
methodMap_["shouldResetClickableWhenRecyclingView"] = MethodMetadata {.argCount = 0, .invoker = __shouldResetClickableWhenRecyclingView};
|
|
95
|
+
methodMap_["shouldResetOnClickListenerWhenRecyclingView"] = MethodMetadata {.argCount = 0, .invoker = __shouldResetOnClickListenerWhenRecyclingView};
|
|
96
|
+
methodMap_["shouldSetEnabledBasedOnAccessibilityState"] = MethodMetadata {.argCount = 0, .invoker = __shouldSetEnabledBasedOnAccessibilityState};
|
|
97
|
+
methodMap_["shouldSetIsClickableByDefault"] = MethodMetadata {.argCount = 0, .invoker = __shouldSetIsClickableByDefault};
|
|
91
98
|
methodMap_["shouldTriggerResponderTransferOnScrollAndroid"] = MethodMetadata {.argCount = 0, .invoker = __shouldTriggerResponderTransferOnScrollAndroid};
|
|
92
99
|
methodMap_["skipActivityIdentityAssertionOnHostPause"] = MethodMetadata {.argCount = 0, .invoker = __skipActivityIdentityAssertionOnHostPause};
|
|
93
|
-
methodMap_["sweepActiveTouchOnChildNativeGesturesAndroid"] = MethodMetadata {.argCount = 0, .invoker = __sweepActiveTouchOnChildNativeGesturesAndroid};
|
|
94
100
|
methodMap_["traceTurboModulePromiseRejectionsOnAndroid"] = MethodMetadata {.argCount = 0, .invoker = __traceTurboModulePromiseRejectionsOnAndroid};
|
|
95
101
|
methodMap_["updateRuntimeShadowNodeReferencesOnCommit"] = MethodMetadata {.argCount = 0, .invoker = __updateRuntimeShadowNodeReferencesOnCommit};
|
|
96
102
|
methodMap_["useAlwaysAvailableJSErrorHandling"] = MethodMetadata {.argCount = 0, .invoker = __useAlwaysAvailableJSErrorHandling};
|
|
97
103
|
methodMap_["useFabricInterop"] = MethodMetadata {.argCount = 0, .invoker = __useFabricInterop};
|
|
98
|
-
methodMap_["useNativeEqualsInNativeReadableArrayAndroid"] = MethodMetadata {.argCount = 0, .invoker = __useNativeEqualsInNativeReadableArrayAndroid};
|
|
99
|
-
methodMap_["useNativeTransformHelperAndroid"] = MethodMetadata {.argCount = 0, .invoker = __useNativeTransformHelperAndroid};
|
|
100
104
|
methodMap_["useNativeViewConfigsInBridgelessMode"] = MethodMetadata {.argCount = 0, .invoker = __useNativeViewConfigsInBridgelessMode};
|
|
101
|
-
methodMap_["useOptimizedEventBatchingOnAndroid"] = MethodMetadata {.argCount = 0, .invoker = __useOptimizedEventBatchingOnAndroid};
|
|
102
105
|
methodMap_["useRawPropsJsiValue"] = MethodMetadata {.argCount = 0, .invoker = __useRawPropsJsiValue};
|
|
103
106
|
methodMap_["useShadowNodeStateOnClone"] = MethodMetadata {.argCount = 0, .invoker = __useShadowNodeStateOnClone};
|
|
104
107
|
methodMap_["useSharedAnimatedBackend"] = MethodMetadata {.argCount = 0, .invoker = __useSharedAnimatedBackend};
|
|
@@ -139,13 +142,6 @@ private:
|
|
|
139
142
|
return bridging::callFromJs<bool>(rt, &T::cxxNativeAnimatedEnabled, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
140
143
|
}
|
|
141
144
|
|
|
142
|
-
static jsi::Value __cxxNativeAnimatedRemoveJsSync(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
143
|
-
static_assert(
|
|
144
|
-
bridging::getParameterCount(&T::cxxNativeAnimatedRemoveJsSync) == 1,
|
|
145
|
-
"Expected cxxNativeAnimatedRemoveJsSync(...) to have 1 parameters");
|
|
146
|
-
return bridging::callFromJs<bool>(rt, &T::cxxNativeAnimatedRemoveJsSync, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
147
|
-
}
|
|
148
|
-
|
|
149
145
|
static jsi::Value __disableEarlyViewCommandExecution(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
150
146
|
static_assert(
|
|
151
147
|
bridging::getParameterCount(&T::disableEarlyViewCommandExecution) == 1,
|
|
@@ -153,11 +149,11 @@ private:
|
|
|
153
149
|
return bridging::callFromJs<bool>(rt, &T::disableEarlyViewCommandExecution, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
154
150
|
}
|
|
155
151
|
|
|
156
|
-
static jsi::Value
|
|
152
|
+
static jsi::Value __disableImageViewPreallocationAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
157
153
|
static_assert(
|
|
158
|
-
bridging::getParameterCount(&T::
|
|
159
|
-
"Expected
|
|
160
|
-
return bridging::callFromJs<bool>(rt, &T::
|
|
154
|
+
bridging::getParameterCount(&T::disableImageViewPreallocationAndroid) == 1,
|
|
155
|
+
"Expected disableImageViewPreallocationAndroid(...) to have 1 parameters");
|
|
156
|
+
return bridging::callFromJs<bool>(rt, &T::disableImageViewPreallocationAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
161
157
|
}
|
|
162
158
|
|
|
163
159
|
static jsi::Value __disableMountItemReorderingAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
@@ -174,6 +170,13 @@ private:
|
|
|
174
170
|
return bridging::callFromJs<bool>(rt, &T::disableOldAndroidAttachmentMetricsWorkarounds, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
175
171
|
}
|
|
176
172
|
|
|
173
|
+
static jsi::Value __disableSubviewClippingAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
174
|
+
static_assert(
|
|
175
|
+
bridging::getParameterCount(&T::disableSubviewClippingAndroid) == 1,
|
|
176
|
+
"Expected disableSubviewClippingAndroid(...) to have 1 parameters");
|
|
177
|
+
return bridging::callFromJs<bool>(rt, &T::disableSubviewClippingAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
178
|
+
}
|
|
179
|
+
|
|
177
180
|
static jsi::Value __disableTextLayoutManagerCacheAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
178
181
|
static_assert(
|
|
179
182
|
bridging::getParameterCount(&T::disableTextLayoutManagerCacheAndroid) == 1,
|
|
@@ -181,6 +184,13 @@ private:
|
|
|
181
184
|
return bridging::callFromJs<bool>(rt, &T::disableTextLayoutManagerCacheAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
182
185
|
}
|
|
183
186
|
|
|
187
|
+
static jsi::Value __disableViewPreallocationAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
188
|
+
static_assert(
|
|
189
|
+
bridging::getParameterCount(&T::disableViewPreallocationAndroid) == 1,
|
|
190
|
+
"Expected disableViewPreallocationAndroid(...) to have 1 parameters");
|
|
191
|
+
return bridging::callFromJs<bool>(rt, &T::disableViewPreallocationAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
192
|
+
}
|
|
193
|
+
|
|
184
194
|
static jsi::Value __enableAccessibilityOrder(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
185
195
|
static_assert(
|
|
186
196
|
bridging::getParameterCount(&T::enableAccessibilityOrder) == 1,
|
|
@@ -195,6 +205,13 @@ private:
|
|
|
195
205
|
return bridging::callFromJs<bool>(rt, &T::enableAccumulatedUpdatesInRawPropsAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
196
206
|
}
|
|
197
207
|
|
|
208
|
+
static jsi::Value __enableAndroidAntialiasedBorderRadiusClipping(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
209
|
+
static_assert(
|
|
210
|
+
bridging::getParameterCount(&T::enableAndroidAntialiasedBorderRadiusClipping) == 1,
|
|
211
|
+
"Expected enableAndroidAntialiasedBorderRadiusClipping(...) to have 1 parameters");
|
|
212
|
+
return bridging::callFromJs<bool>(rt, &T::enableAndroidAntialiasedBorderRadiusClipping, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
213
|
+
}
|
|
214
|
+
|
|
198
215
|
static jsi::Value __enableAndroidLinearText(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
199
216
|
static_assert(
|
|
200
217
|
bridging::getParameterCount(&T::enableAndroidLinearText) == 1,
|
|
@@ -258,6 +275,13 @@ private:
|
|
|
258
275
|
return bridging::callFromJs<bool>(rt, &T::enableEagerRootViewAttachment, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
259
276
|
}
|
|
260
277
|
|
|
278
|
+
static jsi::Value __enableExclusivePropsUpdateAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
279
|
+
static_assert(
|
|
280
|
+
bridging::getParameterCount(&T::enableExclusivePropsUpdateAndroid) == 1,
|
|
281
|
+
"Expected enableExclusivePropsUpdateAndroid(...) to have 1 parameters");
|
|
282
|
+
return bridging::callFromJs<bool>(rt, &T::enableExclusivePropsUpdateAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
283
|
+
}
|
|
284
|
+
|
|
261
285
|
static jsi::Value __enableFabricLogs(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
262
286
|
static_assert(
|
|
263
287
|
bridging::getParameterCount(&T::enableFabricLogs) == 1,
|
|
@@ -300,6 +324,13 @@ private:
|
|
|
300
324
|
return bridging::callFromJs<bool>(rt, &T::enableImagePrefetchingAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
301
325
|
}
|
|
302
326
|
|
|
327
|
+
static jsi::Value __enableImagePrefetchingJNIBatchingAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
328
|
+
static_assert(
|
|
329
|
+
bridging::getParameterCount(&T::enableImagePrefetchingJNIBatchingAndroid) == 1,
|
|
330
|
+
"Expected enableImagePrefetchingJNIBatchingAndroid(...) to have 1 parameters");
|
|
331
|
+
return bridging::callFromJs<bool>(rt, &T::enableImagePrefetchingJNIBatchingAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
332
|
+
}
|
|
333
|
+
|
|
303
334
|
static jsi::Value __enableImagePrefetchingOnUiThreadAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
304
335
|
static_assert(
|
|
305
336
|
bridging::getParameterCount(&T::enableImagePrefetchingOnUiThreadAndroid) == 1,
|
|
@@ -398,13 +429,6 @@ private:
|
|
|
398
429
|
return bridging::callFromJs<bool>(rt, &T::enablePropsUpdateReconciliationAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
399
430
|
}
|
|
400
431
|
|
|
401
|
-
static jsi::Value __enableResourceTimingAPI(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
402
|
-
static_assert(
|
|
403
|
-
bridging::getParameterCount(&T::enableResourceTimingAPI) == 1,
|
|
404
|
-
"Expected enableResourceTimingAPI(...) to have 1 parameters");
|
|
405
|
-
return bridging::callFromJs<bool>(rt, &T::enableResourceTimingAPI, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
406
|
-
}
|
|
407
|
-
|
|
408
432
|
static jsi::Value __enableSwiftUIBasedFilters(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
409
433
|
static_assert(
|
|
410
434
|
bridging::getParameterCount(&T::enableSwiftUIBasedFilters) == 1,
|
|
@@ -454,13 +478,6 @@ private:
|
|
|
454
478
|
return bridging::callFromJs<bool>(rt, &T::enableViewRecyclingForView, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
455
479
|
}
|
|
456
480
|
|
|
457
|
-
static jsi::Value __enableVirtualViewClippingWithoutScrollViewClipping(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
458
|
-
static_assert(
|
|
459
|
-
bridging::getParameterCount(&T::enableVirtualViewClippingWithoutScrollViewClipping) == 1,
|
|
460
|
-
"Expected enableVirtualViewClippingWithoutScrollViewClipping(...) to have 1 parameters");
|
|
461
|
-
return bridging::callFromJs<bool>(rt, &T::enableVirtualViewClippingWithoutScrollViewClipping, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
462
|
-
}
|
|
463
|
-
|
|
464
481
|
static jsi::Value __enableVirtualViewContainerStateExperimental(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
465
482
|
static_assert(
|
|
466
483
|
bridging::getParameterCount(&T::enableVirtualViewContainerStateExperimental) == 1,
|
|
@@ -503,6 +520,13 @@ private:
|
|
|
503
520
|
return bridging::callFromJs<bool>(rt, &T::fixMappingOfEventPrioritiesBetweenFabricAndReact, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
504
521
|
}
|
|
505
522
|
|
|
523
|
+
static jsi::Value __fixTextClippingAndroid15useBoundsForWidth(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
524
|
+
static_assert(
|
|
525
|
+
bridging::getParameterCount(&T::fixTextClippingAndroid15useBoundsForWidth) == 1,
|
|
526
|
+
"Expected fixTextClippingAndroid15useBoundsForWidth(...) to have 1 parameters");
|
|
527
|
+
return bridging::callFromJs<bool>(rt, &T::fixTextClippingAndroid15useBoundsForWidth, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
528
|
+
}
|
|
529
|
+
|
|
506
530
|
static jsi::Value __fuseboxAssertSingleHostState(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
507
531
|
static_assert(
|
|
508
532
|
bridging::getParameterCount(&T::fuseboxAssertSingleHostState) == 1,
|
|
@@ -573,6 +597,34 @@ private:
|
|
|
573
597
|
return bridging::callFromJs<bool>(rt, &T::shouldPressibilityUseW3CPointerEventsForHover, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
574
598
|
}
|
|
575
599
|
|
|
600
|
+
static jsi::Value __shouldResetClickableWhenRecyclingView(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
601
|
+
static_assert(
|
|
602
|
+
bridging::getParameterCount(&T::shouldResetClickableWhenRecyclingView) == 1,
|
|
603
|
+
"Expected shouldResetClickableWhenRecyclingView(...) to have 1 parameters");
|
|
604
|
+
return bridging::callFromJs<bool>(rt, &T::shouldResetClickableWhenRecyclingView, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
static jsi::Value __shouldResetOnClickListenerWhenRecyclingView(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
608
|
+
static_assert(
|
|
609
|
+
bridging::getParameterCount(&T::shouldResetOnClickListenerWhenRecyclingView) == 1,
|
|
610
|
+
"Expected shouldResetOnClickListenerWhenRecyclingView(...) to have 1 parameters");
|
|
611
|
+
return bridging::callFromJs<bool>(rt, &T::shouldResetOnClickListenerWhenRecyclingView, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
static jsi::Value __shouldSetEnabledBasedOnAccessibilityState(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
615
|
+
static_assert(
|
|
616
|
+
bridging::getParameterCount(&T::shouldSetEnabledBasedOnAccessibilityState) == 1,
|
|
617
|
+
"Expected shouldSetEnabledBasedOnAccessibilityState(...) to have 1 parameters");
|
|
618
|
+
return bridging::callFromJs<bool>(rt, &T::shouldSetEnabledBasedOnAccessibilityState, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
static jsi::Value __shouldSetIsClickableByDefault(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
622
|
+
static_assert(
|
|
623
|
+
bridging::getParameterCount(&T::shouldSetIsClickableByDefault) == 1,
|
|
624
|
+
"Expected shouldSetIsClickableByDefault(...) to have 1 parameters");
|
|
625
|
+
return bridging::callFromJs<bool>(rt, &T::shouldSetIsClickableByDefault, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
626
|
+
}
|
|
627
|
+
|
|
576
628
|
static jsi::Value __shouldTriggerResponderTransferOnScrollAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
577
629
|
static_assert(
|
|
578
630
|
bridging::getParameterCount(&T::shouldTriggerResponderTransferOnScrollAndroid) == 1,
|
|
@@ -587,13 +639,6 @@ private:
|
|
|
587
639
|
return bridging::callFromJs<bool>(rt, &T::skipActivityIdentityAssertionOnHostPause, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
588
640
|
}
|
|
589
641
|
|
|
590
|
-
static jsi::Value __sweepActiveTouchOnChildNativeGesturesAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
591
|
-
static_assert(
|
|
592
|
-
bridging::getParameterCount(&T::sweepActiveTouchOnChildNativeGesturesAndroid) == 1,
|
|
593
|
-
"Expected sweepActiveTouchOnChildNativeGesturesAndroid(...) to have 1 parameters");
|
|
594
|
-
return bridging::callFromJs<bool>(rt, &T::sweepActiveTouchOnChildNativeGesturesAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
595
|
-
}
|
|
596
|
-
|
|
597
642
|
static jsi::Value __traceTurboModulePromiseRejectionsOnAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
598
643
|
static_assert(
|
|
599
644
|
bridging::getParameterCount(&T::traceTurboModulePromiseRejectionsOnAndroid) == 1,
|
|
@@ -622,20 +667,6 @@ private:
|
|
|
622
667
|
return bridging::callFromJs<bool>(rt, &T::useFabricInterop, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
623
668
|
}
|
|
624
669
|
|
|
625
|
-
static jsi::Value __useNativeEqualsInNativeReadableArrayAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
626
|
-
static_assert(
|
|
627
|
-
bridging::getParameterCount(&T::useNativeEqualsInNativeReadableArrayAndroid) == 1,
|
|
628
|
-
"Expected useNativeEqualsInNativeReadableArrayAndroid(...) to have 1 parameters");
|
|
629
|
-
return bridging::callFromJs<bool>(rt, &T::useNativeEqualsInNativeReadableArrayAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
static jsi::Value __useNativeTransformHelperAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
633
|
-
static_assert(
|
|
634
|
-
bridging::getParameterCount(&T::useNativeTransformHelperAndroid) == 1,
|
|
635
|
-
"Expected useNativeTransformHelperAndroid(...) to have 1 parameters");
|
|
636
|
-
return bridging::callFromJs<bool>(rt, &T::useNativeTransformHelperAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
637
|
-
}
|
|
638
|
-
|
|
639
670
|
static jsi::Value __useNativeViewConfigsInBridgelessMode(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
640
671
|
static_assert(
|
|
641
672
|
bridging::getParameterCount(&T::useNativeViewConfigsInBridgelessMode) == 1,
|
|
@@ -643,13 +674,6 @@ private:
|
|
|
643
674
|
return bridging::callFromJs<bool>(rt, &T::useNativeViewConfigsInBridgelessMode, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
644
675
|
}
|
|
645
676
|
|
|
646
|
-
static jsi::Value __useOptimizedEventBatchingOnAndroid(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
647
|
-
static_assert(
|
|
648
|
-
bridging::getParameterCount(&T::useOptimizedEventBatchingOnAndroid) == 1,
|
|
649
|
-
"Expected useOptimizedEventBatchingOnAndroid(...) to have 1 parameters");
|
|
650
|
-
return bridging::callFromJs<bool>(rt, &T::useOptimizedEventBatchingOnAndroid, static_cast<NativeReactNativeFeatureFlagsCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule));
|
|
651
|
-
}
|
|
652
|
-
|
|
653
677
|
static jsi::Value __useRawPropsJsiValue(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
654
678
|
static_assert(
|
|
655
679
|
bridging::getParameterCount(&T::useRawPropsJsiValue) == 1,
|
|
@@ -991,15 +1015,15 @@ private:
|
|
|
991
1015
|
|
|
992
1016
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8, typename P9>
|
|
993
1017
|
struct NativeAlertManagerArgs {
|
|
994
|
-
P0 title;
|
|
995
|
-
P1 message;
|
|
996
|
-
P2 buttons;
|
|
997
|
-
P3 type;
|
|
998
|
-
P4 defaultValue;
|
|
999
|
-
P5 cancelButtonKey;
|
|
1000
|
-
P6 destructiveButtonKey;
|
|
1001
|
-
P7 preferredButtonKey;
|
|
1002
|
-
P8 keyboardType;
|
|
1018
|
+
P0 title{};
|
|
1019
|
+
P1 message{};
|
|
1020
|
+
P2 buttons{};
|
|
1021
|
+
P3 type{};
|
|
1022
|
+
P4 defaultValue{};
|
|
1023
|
+
P5 cancelButtonKey{};
|
|
1024
|
+
P6 destructiveButtonKey{};
|
|
1025
|
+
P7 preferredButtonKey{};
|
|
1026
|
+
P8 keyboardType{};
|
|
1003
1027
|
P9 userInterfaceStyle;
|
|
1004
1028
|
bool operator==(const NativeAlertManagerArgs &other) const {
|
|
1005
1029
|
return title == other.title && message == other.message && buttons == other.buttons && type == other.type && defaultValue == other.defaultValue && cancelButtonKey == other.cancelButtonKey && destructiveButtonKey == other.destructiveButtonKey && preferredButtonKey == other.preferredButtonKey && keyboardType == other.keyboardType && userInterfaceStyle == other.userInterfaceStyle;
|
|
@@ -1127,8 +1151,8 @@ private:
|
|
|
1127
1151
|
|
|
1128
1152
|
template <typename P0, typename P1, typename P2>
|
|
1129
1153
|
struct NativeAnimatedModuleEndResult {
|
|
1130
|
-
P0 finished;
|
|
1131
|
-
P1 value;
|
|
1154
|
+
P0 finished{};
|
|
1155
|
+
P1 value{};
|
|
1132
1156
|
P2 offset;
|
|
1133
1157
|
bool operator==(const NativeAnimatedModuleEndResult &other) const {
|
|
1134
1158
|
return finished == other.finished && value == other.value && offset == other.offset;
|
|
@@ -1184,7 +1208,7 @@ struct NativeAnimatedModuleEndResultBridging {
|
|
|
1184
1208
|
|
|
1185
1209
|
template <typename P0, typename P1>
|
|
1186
1210
|
struct NativeAnimatedModuleEventMapping {
|
|
1187
|
-
P0 nativeEventPath;
|
|
1211
|
+
P0 nativeEventPath{};
|
|
1188
1212
|
P1 animatedValueTag;
|
|
1189
1213
|
bool operator==(const NativeAnimatedModuleEventMapping &other) const {
|
|
1190
1214
|
return nativeEventPath == other.nativeEventPath && animatedValueTag == other.animatedValueTag;
|
|
@@ -1249,6 +1273,7 @@ protected:
|
|
|
1249
1273
|
methodMap_["flattenAnimatedNodeOffset"] = MethodMetadata {.argCount = 1, .invoker = __flattenAnimatedNodeOffset};
|
|
1250
1274
|
methodMap_["extractAnimatedNodeOffset"] = MethodMetadata {.argCount = 1, .invoker = __extractAnimatedNodeOffset};
|
|
1251
1275
|
methodMap_["connectAnimatedNodeToView"] = MethodMetadata {.argCount = 2, .invoker = __connectAnimatedNodeToView};
|
|
1276
|
+
methodMap_["connectAnimatedNodeToShadowNodeFamily"] = MethodMetadata {.argCount = 2, .invoker = __connectAnimatedNodeToShadowNodeFamily};
|
|
1252
1277
|
methodMap_["disconnectAnimatedNodeFromView"] = MethodMetadata {.argCount = 2, .invoker = __disconnectAnimatedNodeFromView};
|
|
1253
1278
|
methodMap_["restoreDefaultValues"] = MethodMetadata {.argCount = 1, .invoker = __restoreDefaultValues};
|
|
1254
1279
|
methodMap_["dropAnimatedNode"] = MethodMetadata {.argCount = 1, .invoker = __dropAnimatedNode};
|
|
@@ -1397,6 +1422,15 @@ private:
|
|
|
1397
1422
|
count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asNumber());return jsi::Value::undefined();
|
|
1398
1423
|
}
|
|
1399
1424
|
|
|
1425
|
+
static jsi::Value __connectAnimatedNodeToShadowNodeFamily(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
1426
|
+
static_assert(
|
|
1427
|
+
bridging::getParameterCount(&T::connectAnimatedNodeToShadowNodeFamily) == 3,
|
|
1428
|
+
"Expected connectAnimatedNodeToShadowNodeFamily(...) to have 3 parameters");
|
|
1429
|
+
bridging::callFromJs<void>(rt, &T::connectAnimatedNodeToShadowNodeFamily, static_cast<NativeAnimatedModuleCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
1430
|
+
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asNumber(),
|
|
1431
|
+
count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asObject(rt));return jsi::Value::undefined();
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1400
1434
|
static jsi::Value __disconnectAnimatedNodeFromView(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
1401
1435
|
static_assert(
|
|
1402
1436
|
bridging::getParameterCount(&T::disconnectAnimatedNodeFromView) == 3,
|
|
@@ -1472,8 +1506,8 @@ private:
|
|
|
1472
1506
|
|
|
1473
1507
|
template <typename P0, typename P1, typename P2>
|
|
1474
1508
|
struct NativeAnimatedTurboModuleEndResult {
|
|
1475
|
-
P0 finished;
|
|
1476
|
-
P1 value;
|
|
1509
|
+
P0 finished{};
|
|
1510
|
+
P1 value{};
|
|
1477
1511
|
P2 offset;
|
|
1478
1512
|
bool operator==(const NativeAnimatedTurboModuleEndResult &other) const {
|
|
1479
1513
|
return finished == other.finished && value == other.value && offset == other.offset;
|
|
@@ -1529,7 +1563,7 @@ struct NativeAnimatedTurboModuleEndResultBridging {
|
|
|
1529
1563
|
|
|
1530
1564
|
template <typename P0, typename P1>
|
|
1531
1565
|
struct NativeAnimatedTurboModuleEventMapping {
|
|
1532
|
-
P0 nativeEventPath;
|
|
1566
|
+
P0 nativeEventPath{};
|
|
1533
1567
|
P1 animatedValueTag;
|
|
1534
1568
|
bool operator==(const NativeAnimatedTurboModuleEventMapping &other) const {
|
|
1535
1569
|
return nativeEventPath == other.nativeEventPath && animatedValueTag == other.animatedValueTag;
|
|
@@ -1993,7 +2027,7 @@ private:
|
|
|
1993
2027
|
|
|
1994
2028
|
template <typename P0, typename P1>
|
|
1995
2029
|
struct NativeAppThemeAppThemeData {
|
|
1996
|
-
P0 isHighContrast;
|
|
2030
|
+
P0 isHighContrast{};
|
|
1997
2031
|
P1 highContrastColors;
|
|
1998
2032
|
bool operator==(const NativeAppThemeAppThemeData &other) const {
|
|
1999
2033
|
return isHighContrast == other.isHighContrast && highContrastColors == other.highContrastColors;
|
|
@@ -2040,13 +2074,13 @@ struct NativeAppThemeAppThemeDataBridging {
|
|
|
2040
2074
|
|
|
2041
2075
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
|
|
2042
2076
|
struct NativeAppThemeHighContrastColors {
|
|
2043
|
-
P0 ButtonFaceColor;
|
|
2044
|
-
P1 ButtonTextColor;
|
|
2045
|
-
P2 GrayTextColor;
|
|
2046
|
-
P3 HighlightColor;
|
|
2047
|
-
P4 HighlightTextColor;
|
|
2048
|
-
P5 HotlightColor;
|
|
2049
|
-
P6 WindowColor;
|
|
2077
|
+
P0 ButtonFaceColor{};
|
|
2078
|
+
P1 ButtonTextColor{};
|
|
2079
|
+
P2 GrayTextColor{};
|
|
2080
|
+
P3 HighlightColor{};
|
|
2081
|
+
P4 HighlightTextColor{};
|
|
2082
|
+
P5 HotlightColor{};
|
|
2083
|
+
P6 WindowColor{};
|
|
2050
2084
|
P7 WindowTextColor;
|
|
2051
2085
|
bool operator==(const NativeAppThemeHighContrastColors &other) const {
|
|
2052
2086
|
return ButtonFaceColor == other.ButtonFaceColor && ButtonTextColor == other.ButtonTextColor && GrayTextColor == other.GrayTextColor && HighlightColor == other.HighlightColor && HighlightTextColor == other.HighlightTextColor && HotlightColor == other.HotlightColor && WindowColor == other.WindowColor && WindowTextColor == other.WindowTextColor;
|
|
@@ -2142,7 +2176,7 @@ private:
|
|
|
2142
2176
|
|
|
2143
2177
|
template <typename P0, typename P1>
|
|
2144
2178
|
struct NativeBlobModuleConstants {
|
|
2145
|
-
P0 BLOB_URI_SCHEME;
|
|
2179
|
+
P0 BLOB_URI_SCHEME{};
|
|
2146
2180
|
P1 BLOB_URI_HOST;
|
|
2147
2181
|
bool operator==(const NativeBlobModuleConstants &other) const {
|
|
2148
2182
|
return BLOB_URI_SCHEME == other.BLOB_URI_SCHEME && BLOB_URI_HOST == other.BLOB_URI_HOST;
|
|
@@ -2320,8 +2354,8 @@ private:
|
|
|
2320
2354
|
|
|
2321
2355
|
template <typename P0, typename P1, typename P2>
|
|
2322
2356
|
struct NativeDeviceInfoDeviceInfoConstants {
|
|
2323
|
-
P0 Dimensions;
|
|
2324
|
-
P1 isEdgeToEdge;
|
|
2357
|
+
P0 Dimensions{};
|
|
2358
|
+
P1 isEdgeToEdge{};
|
|
2325
2359
|
P2 isIPhoneX_deprecated;
|
|
2326
2360
|
bool operator==(const NativeDeviceInfoDeviceInfoConstants &other) const {
|
|
2327
2361
|
return Dimensions == other.Dimensions && isEdgeToEdge == other.isEdgeToEdge && isIPhoneX_deprecated == other.isIPhoneX_deprecated;
|
|
@@ -2377,9 +2411,9 @@ struct NativeDeviceInfoDeviceInfoConstantsBridging {
|
|
|
2377
2411
|
|
|
2378
2412
|
template <typename P0, typename P1, typename P2, typename P3>
|
|
2379
2413
|
struct NativeDeviceInfoDimensionsPayload {
|
|
2380
|
-
P0 window;
|
|
2381
|
-
P1 screen;
|
|
2382
|
-
P2 windowPhysicalPixels;
|
|
2414
|
+
P0 window{};
|
|
2415
|
+
P1 screen{};
|
|
2416
|
+
P2 windowPhysicalPixels{};
|
|
2383
2417
|
P3 screenPhysicalPixels;
|
|
2384
2418
|
bool operator==(const NativeDeviceInfoDimensionsPayload &other) const {
|
|
2385
2419
|
return window == other.window && screen == other.screen && windowPhysicalPixels == other.windowPhysicalPixels && screenPhysicalPixels == other.screenPhysicalPixels;
|
|
@@ -2444,9 +2478,9 @@ struct NativeDeviceInfoDimensionsPayloadBridging {
|
|
|
2444
2478
|
|
|
2445
2479
|
template <typename P0, typename P1, typename P2, typename P3>
|
|
2446
2480
|
struct NativeDeviceInfoDisplayMetrics {
|
|
2447
|
-
P0 width;
|
|
2448
|
-
P1 height;
|
|
2449
|
-
P2 scale;
|
|
2481
|
+
P0 width{};
|
|
2482
|
+
P1 height{};
|
|
2483
|
+
P2 scale{};
|
|
2450
2484
|
P3 fontScale;
|
|
2451
2485
|
bool operator==(const NativeDeviceInfoDisplayMetrics &other) const {
|
|
2452
2486
|
return width == other.width && height == other.height && scale == other.scale && fontScale == other.fontScale;
|
|
@@ -2503,10 +2537,10 @@ struct NativeDeviceInfoDisplayMetricsBridging {
|
|
|
2503
2537
|
|
|
2504
2538
|
template <typename P0, typename P1, typename P2, typename P3, typename P4>
|
|
2505
2539
|
struct NativeDeviceInfoDisplayMetricsAndroid {
|
|
2506
|
-
P0 width;
|
|
2507
|
-
P1 height;
|
|
2508
|
-
P2 scale;
|
|
2509
|
-
P3 fontScale;
|
|
2540
|
+
P0 width{};
|
|
2541
|
+
P1 height{};
|
|
2542
|
+
P2 scale{};
|
|
2543
|
+
P3 fontScale{};
|
|
2510
2544
|
P4 densityDpi;
|
|
2511
2545
|
bool operator==(const NativeDeviceInfoDisplayMetricsAndroid &other) const {
|
|
2512
2546
|
return width == other.width && height == other.height && scale == other.scale && fontScale == other.fontScale && densityDpi == other.densityDpi;
|
|
@@ -2590,19 +2624,20 @@ public:
|
|
|
2590
2624
|
|
|
2591
2625
|
protected:
|
|
2592
2626
|
NativeDevLoadingViewCxxSpec(std::shared_ptr<CallInvoker> jsInvoker) : TurboModule(std::string{NativeDevLoadingViewCxxSpec::kModuleName}, jsInvoker) {
|
|
2593
|
-
methodMap_["showMessage"] = MethodMetadata {.argCount =
|
|
2627
|
+
methodMap_["showMessage"] = MethodMetadata {.argCount = 4, .invoker = __showMessage};
|
|
2594
2628
|
methodMap_["hide"] = MethodMetadata {.argCount = 0, .invoker = __hide};
|
|
2595
2629
|
}
|
|
2596
2630
|
|
|
2597
2631
|
private:
|
|
2598
2632
|
static jsi::Value __showMessage(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
|
|
2599
2633
|
static_assert(
|
|
2600
|
-
bridging::getParameterCount(&T::showMessage) ==
|
|
2601
|
-
"Expected showMessage(...) to have
|
|
2634
|
+
bridging::getParameterCount(&T::showMessage) == 5,
|
|
2635
|
+
"Expected showMessage(...) to have 5 parameters");
|
|
2602
2636
|
bridging::callFromJs<void>(rt, &T::showMessage, static_cast<NativeDevLoadingViewCxxSpec*>(&turboModule)->jsInvoker_, static_cast<T*>(&turboModule),
|
|
2603
2637
|
count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
|
|
2604
2638
|
count <= 1 || args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asNumber()),
|
|
2605
|
-
count <= 2 || args[2].isNull() || args[2].isUndefined() ? std::nullopt : std::make_optional(args[2].asNumber())
|
|
2639
|
+
count <= 2 || args[2].isNull() || args[2].isUndefined() ? std::nullopt : std::make_optional(args[2].asNumber()),
|
|
2640
|
+
count <= 3 || args[3].isNull() || args[3].isUndefined() ? std::nullopt : std::make_optional(args[3].asBool()));return jsi::Value::undefined();
|
|
2606
2641
|
}
|
|
2607
2642
|
|
|
2608
2643
|
static jsi::Value __hide(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* /*args*/, size_t /*count*/) {
|
|
@@ -2725,12 +2760,12 @@ private:
|
|
|
2725
2760
|
|
|
2726
2761
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
|
|
2727
2762
|
struct NativeDialogManagerAndroidDialogOptions {
|
|
2728
|
-
P0 title;
|
|
2729
|
-
P1 message;
|
|
2730
|
-
P2 buttonPositive;
|
|
2731
|
-
P3 buttonNegative;
|
|
2732
|
-
P4 buttonNeutral;
|
|
2733
|
-
P5 items;
|
|
2763
|
+
P0 title{};
|
|
2764
|
+
P1 message{};
|
|
2765
|
+
P2 buttonPositive{};
|
|
2766
|
+
P3 buttonNegative{};
|
|
2767
|
+
P4 buttonNeutral{};
|
|
2768
|
+
P5 items{};
|
|
2734
2769
|
P6 cancelable;
|
|
2735
2770
|
bool operator==(const NativeDialogManagerAndroidDialogOptions &other) const {
|
|
2736
2771
|
return title == other.title && message == other.message && buttonPositive == other.buttonPositive && buttonNegative == other.buttonNegative && buttonNeutral == other.buttonNeutral && items == other.items && cancelable == other.cancelable;
|
|
@@ -2846,14 +2881,14 @@ private:
|
|
|
2846
2881
|
|
|
2847
2882
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8>
|
|
2848
2883
|
struct NativeDialogManagerWindowsDialogOptions {
|
|
2849
|
-
P0 title;
|
|
2850
|
-
P1 message;
|
|
2851
|
-
P2 buttonPositive;
|
|
2852
|
-
P3 buttonNegative;
|
|
2853
|
-
P4 buttonNeutral;
|
|
2854
|
-
P5 items;
|
|
2855
|
-
P6 cancelable;
|
|
2856
|
-
P7 defaultButton;
|
|
2884
|
+
P0 title{};
|
|
2885
|
+
P1 message{};
|
|
2886
|
+
P2 buttonPositive{};
|
|
2887
|
+
P3 buttonNegative{};
|
|
2888
|
+
P4 buttonNeutral{};
|
|
2889
|
+
P5 items{};
|
|
2890
|
+
P6 cancelable{};
|
|
2891
|
+
P7 defaultButton{};
|
|
2857
2892
|
P8 rootTag;
|
|
2858
2893
|
bool operator==(const NativeDialogManagerWindowsDialogOptions &other) const {
|
|
2859
2894
|
return title == other.title && message == other.message && buttonPositive == other.buttonPositive && buttonNegative == other.buttonNegative && buttonNeutral == other.buttonNeutral && items == other.items && cancelable == other.cancelable && defaultButton == other.defaultButton && rootTag == other.rootTag;
|
|
@@ -2983,13 +3018,13 @@ private:
|
|
|
2983
3018
|
|
|
2984
3019
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
|
|
2985
3020
|
struct NativeExceptionsManagerExceptionData {
|
|
2986
|
-
P0 message;
|
|
2987
|
-
P1 originalMessage;
|
|
2988
|
-
P2 name;
|
|
2989
|
-
P3 componentStack;
|
|
2990
|
-
P4 stack;
|
|
2991
|
-
P5 id;
|
|
2992
|
-
P6 isFatal;
|
|
3021
|
+
P0 message{};
|
|
3022
|
+
P1 originalMessage{};
|
|
3023
|
+
P2 name{};
|
|
3024
|
+
P3 componentStack{};
|
|
3025
|
+
P4 stack{};
|
|
3026
|
+
P5 id{};
|
|
3027
|
+
P6 isFatal{};
|
|
2993
3028
|
P7 extraData;
|
|
2994
3029
|
bool operator==(const NativeExceptionsManagerExceptionData &other) const {
|
|
2995
3030
|
return message == other.message && originalMessage == other.originalMessage && name == other.name && componentStack == other.componentStack && stack == other.stack && id == other.id && isFatal == other.isFatal && extraData == other.extraData;
|
|
@@ -3068,10 +3103,10 @@ struct NativeExceptionsManagerExceptionDataBridging {
|
|
|
3068
3103
|
|
|
3069
3104
|
template <typename P0, typename P1, typename P2, typename P3, typename P4>
|
|
3070
3105
|
struct NativeExceptionsManagerStackFrame {
|
|
3071
|
-
P0 column;
|
|
3072
|
-
P1 file;
|
|
3073
|
-
P2 lineNumber;
|
|
3074
|
-
P3 methodName;
|
|
3106
|
+
P0 column{};
|
|
3107
|
+
P1 file{};
|
|
3108
|
+
P2 lineNumber{};
|
|
3109
|
+
P3 methodName{};
|
|
3075
3110
|
P4 collapse;
|
|
3076
3111
|
bool operator==(const NativeExceptionsManagerStackFrame &other) const {
|
|
3077
3112
|
return column == other.column && file == other.file && lineNumber == other.lineNumber && methodName == other.methodName && collapse == other.collapse;
|
|
@@ -3292,8 +3327,8 @@ private:
|
|
|
3292
3327
|
|
|
3293
3328
|
template <typename P0, typename P1, typename P2>
|
|
3294
3329
|
struct NativeI18nManagerI18nManagerConstants {
|
|
3295
|
-
P0 doLeftAndRightSwapInRTL;
|
|
3296
|
-
P1 isRTL;
|
|
3330
|
+
P0 doLeftAndRightSwapInRTL{};
|
|
3331
|
+
P1 isRTL{};
|
|
3297
3332
|
P2 localeIdentifier;
|
|
3298
3333
|
bool operator==(const NativeI18nManagerI18nManagerConstants &other) const {
|
|
3299
3334
|
return doLeftAndRightSwapInRTL == other.doLeftAndRightSwapInRTL && isRTL == other.isRTL && localeIdentifier == other.localeIdentifier;
|
|
@@ -3393,10 +3428,10 @@ private:
|
|
|
3393
3428
|
|
|
3394
3429
|
template <typename P0, typename P1, typename P2, typename P3, typename P4>
|
|
3395
3430
|
struct NativeImageEditorOptions {
|
|
3396
|
-
P0 offset;
|
|
3397
|
-
P1 size;
|
|
3398
|
-
P2 displaySize;
|
|
3399
|
-
P3 resizeMode;
|
|
3431
|
+
P0 offset{};
|
|
3432
|
+
P1 size{};
|
|
3433
|
+
P2 displaySize{};
|
|
3434
|
+
P3 resizeMode{};
|
|
3400
3435
|
P4 allowExternalStorage;
|
|
3401
3436
|
bool operator==(const NativeImageEditorOptions &other) const {
|
|
3402
3437
|
return offset == other.offset && size == other.size && displaySize == other.displaySize && resizeMode == other.resizeMode && allowExternalStorage == other.allowExternalStorage;
|
|
@@ -3495,7 +3530,7 @@ private:
|
|
|
3495
3530
|
|
|
3496
3531
|
template <typename P0, typename P1>
|
|
3497
3532
|
struct NativeImageLoaderAndroidImageSize {
|
|
3498
|
-
P0 width;
|
|
3533
|
+
P0 width{};
|
|
3499
3534
|
P1 height;
|
|
3500
3535
|
bool operator==(const NativeImageLoaderAndroidImageSize &other) const {
|
|
3501
3536
|
return width == other.width && height == other.height;
|
|
@@ -4169,17 +4204,17 @@ private:
|
|
|
4169
4204
|
|
|
4170
4205
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8, typename P9, typename P10, typename P11>
|
|
4171
4206
|
struct NativePlatformConstantsAndroidPlatformConstantsAndroid {
|
|
4172
|
-
P0 isTesting;
|
|
4173
|
-
P1 isDisableAnimations;
|
|
4174
|
-
P2 reactNativeVersion;
|
|
4175
|
-
P3 Version;
|
|
4176
|
-
P4 Release;
|
|
4177
|
-
P5 Serial;
|
|
4178
|
-
P6 Fingerprint;
|
|
4179
|
-
P7 Model;
|
|
4180
|
-
P8 ServerHost;
|
|
4181
|
-
P9 uiMode;
|
|
4182
|
-
P10 Brand;
|
|
4207
|
+
P0 isTesting{};
|
|
4208
|
+
P1 isDisableAnimations{};
|
|
4209
|
+
P2 reactNativeVersion{};
|
|
4210
|
+
P3 Version{};
|
|
4211
|
+
P4 Release{};
|
|
4212
|
+
P5 Serial{};
|
|
4213
|
+
P6 Fingerprint{};
|
|
4214
|
+
P7 Model{};
|
|
4215
|
+
P8 ServerHost{};
|
|
4216
|
+
P9 uiMode{};
|
|
4217
|
+
P10 Brand{};
|
|
4183
4218
|
P11 Manufacturer;
|
|
4184
4219
|
bool operator==(const NativePlatformConstantsAndroidPlatformConstantsAndroid &other) const {
|
|
4185
4220
|
return isTesting == other.isTesting && isDisableAnimations == other.isDisableAnimations && reactNativeVersion == other.reactNativeVersion && Version == other.Version && Release == other.Release && Serial == other.Serial && Fingerprint == other.Fingerprint && Model == other.Model && ServerHost == other.ServerHost && uiMode == other.uiMode && Brand == other.Brand && Manufacturer == other.Manufacturer;
|
|
@@ -4280,9 +4315,9 @@ struct NativePlatformConstantsAndroidPlatformConstantsAndroidBridging {
|
|
|
4280
4315
|
|
|
4281
4316
|
template <typename P0, typename P1, typename P2, typename P3>
|
|
4282
4317
|
struct NativePlatformConstantsAndroidReactNativeVersionAndroid {
|
|
4283
|
-
P0 major;
|
|
4284
|
-
P1 minor;
|
|
4285
|
-
P2 patch;
|
|
4318
|
+
P0 major{};
|
|
4319
|
+
P1 minor{};
|
|
4320
|
+
P2 patch{};
|
|
4286
4321
|
P3 prerelease;
|
|
4287
4322
|
bool operator==(const NativePlatformConstantsAndroidReactNativeVersionAndroid &other) const {
|
|
4288
4323
|
return major == other.major && minor == other.minor && patch == other.patch && prerelease == other.prerelease;
|
|
@@ -4366,13 +4401,13 @@ private:
|
|
|
4366
4401
|
|
|
4367
4402
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
|
|
4368
4403
|
struct NativePlatformConstantsIOSPlatformConstantsIOS {
|
|
4369
|
-
P0 isTesting;
|
|
4370
|
-
P1 isDisableAnimations;
|
|
4371
|
-
P2 reactNativeVersion;
|
|
4372
|
-
P3 forceTouchAvailable;
|
|
4373
|
-
P4 osVersion;
|
|
4374
|
-
P5 systemName;
|
|
4375
|
-
P6 interfaceIdiom;
|
|
4404
|
+
P0 isTesting{};
|
|
4405
|
+
P1 isDisableAnimations{};
|
|
4406
|
+
P2 reactNativeVersion{};
|
|
4407
|
+
P3 forceTouchAvailable{};
|
|
4408
|
+
P4 osVersion{};
|
|
4409
|
+
P5 systemName{};
|
|
4410
|
+
P6 interfaceIdiom{};
|
|
4376
4411
|
P7 isMacCatalyst;
|
|
4377
4412
|
bool operator==(const NativePlatformConstantsIOSPlatformConstantsIOS &other) const {
|
|
4378
4413
|
return isTesting == other.isTesting && isDisableAnimations == other.isDisableAnimations && reactNativeVersion == other.reactNativeVersion && forceTouchAvailable == other.forceTouchAvailable && osVersion == other.osVersion && systemName == other.systemName && interfaceIdiom == other.interfaceIdiom && isMacCatalyst == other.isMacCatalyst;
|
|
@@ -4472,10 +4507,10 @@ private:
|
|
|
4472
4507
|
|
|
4473
4508
|
template <typename P0, typename P1, typename P2, typename P3, typename P4>
|
|
4474
4509
|
struct NativePlatformConstantsWindowsPlatformConstantsWindows {
|
|
4475
|
-
P0 isTesting;
|
|
4476
|
-
P1 isDisableAnimations;
|
|
4477
|
-
P2 reactNativeVersion;
|
|
4478
|
-
P3 reactNativeWindowsVersion;
|
|
4510
|
+
P0 isTesting{};
|
|
4511
|
+
P1 isDisableAnimations{};
|
|
4512
|
+
P2 reactNativeVersion{};
|
|
4513
|
+
P3 reactNativeWindowsVersion{};
|
|
4479
4514
|
P4 osVersion;
|
|
4480
4515
|
bool operator==(const NativePlatformConstantsWindowsPlatformConstantsWindows &other) const {
|
|
4481
4516
|
return isTesting == other.isTesting && isDisableAnimations == other.isDisableAnimations && reactNativeVersion == other.reactNativeVersion && reactNativeWindowsVersion == other.reactNativeWindowsVersion && osVersion == other.osVersion;
|
|
@@ -4539,9 +4574,9 @@ struct NativePlatformConstantsWindowsPlatformConstantsWindowsBridging {
|
|
|
4539
4574
|
|
|
4540
4575
|
template <typename P0, typename P1, typename P2, typename P3>
|
|
4541
4576
|
struct NativePlatformConstantsWindowsReactNativeVersionAndroid {
|
|
4542
|
-
P0 major;
|
|
4543
|
-
P1 minor;
|
|
4544
|
-
P2 patch;
|
|
4577
|
+
P0 major{};
|
|
4578
|
+
P1 minor{};
|
|
4579
|
+
P2 patch{};
|
|
4545
4580
|
P3 prerelease;
|
|
4546
4581
|
bool operator==(const NativePlatformConstantsWindowsReactNativeVersionAndroid &other) const {
|
|
4547
4582
|
return major == other.major && minor == other.minor && patch == other.patch && prerelease == other.prerelease;
|
|
@@ -4617,14 +4652,14 @@ private:
|
|
|
4617
4652
|
|
|
4618
4653
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8>
|
|
4619
4654
|
struct NativePushNotificationManagerIOSNotification {
|
|
4620
|
-
P0 alertTitle;
|
|
4621
|
-
P1 alertBody;
|
|
4622
|
-
P2 userInfo;
|
|
4623
|
-
P3 category;
|
|
4624
|
-
P4 fireDate;
|
|
4625
|
-
P5 fireIntervalSeconds;
|
|
4626
|
-
P6 applicationIconBadgeNumber;
|
|
4627
|
-
P7 isSilent;
|
|
4655
|
+
P0 alertTitle{};
|
|
4656
|
+
P1 alertBody{};
|
|
4657
|
+
P2 userInfo{};
|
|
4658
|
+
P3 category{};
|
|
4659
|
+
P4 fireDate{};
|
|
4660
|
+
P5 fireIntervalSeconds{};
|
|
4661
|
+
P6 applicationIconBadgeNumber{};
|
|
4662
|
+
P7 isSilent{};
|
|
4628
4663
|
P8 soundName;
|
|
4629
4664
|
bool operator==(const NativePushNotificationManagerIOSNotification &other) const {
|
|
4630
4665
|
return alertTitle == other.alertTitle && alertBody == other.alertBody && userInfo == other.userInfo && category == other.category && fireDate == other.fireDate && fireIntervalSeconds == other.fireIntervalSeconds && applicationIconBadgeNumber == other.applicationIconBadgeNumber && isSilent == other.isSilent && soundName == other.soundName;
|
|
@@ -4724,8 +4759,8 @@ struct NativePushNotificationManagerIOSNotificationBridging {
|
|
|
4724
4759
|
|
|
4725
4760
|
template <typename P0, typename P1, typename P2>
|
|
4726
4761
|
struct NativePushNotificationManagerIOSPermissions {
|
|
4727
|
-
P0 alert;
|
|
4728
|
-
P1 badge;
|
|
4762
|
+
P0 alert{};
|
|
4763
|
+
P1 badge{};
|
|
4729
4764
|
P2 sound;
|
|
4730
4765
|
bool operator==(const NativePushNotificationManagerIOSPermissions &other) const {
|
|
4731
4766
|
return alert == other.alert && badge == other.badge && sound == other.sound;
|
|
@@ -5012,8 +5047,8 @@ struct Bridging<NativeSampleTurboModuleEnumInt> {
|
|
|
5012
5047
|
|
|
5013
5048
|
template <typename P0, typename P1, typename P2>
|
|
5014
5049
|
struct NativeSampleTurboModuleObjectStruct {
|
|
5015
|
-
P0 a;
|
|
5016
|
-
P1 b;
|
|
5050
|
+
P0 a{};
|
|
5051
|
+
P1 b{};
|
|
5017
5052
|
P2 c;
|
|
5018
5053
|
bool operator==(const NativeSampleTurboModuleObjectStruct &other) const {
|
|
5019
5054
|
return a == other.a && b == other.b && c == other.c;
|
|
@@ -6102,7 +6137,7 @@ private:
|
|
|
6102
6137
|
|
|
6103
6138
|
template <typename P0, typename P1>
|
|
6104
6139
|
struct NativeReactDevToolsRuntimeSettingsModulePartialReloadAndProfileConfig {
|
|
6105
|
-
P0 shouldReloadAndProfile;
|
|
6140
|
+
P0 shouldReloadAndProfile{};
|
|
6106
6141
|
P1 recordChangeDescriptions;
|
|
6107
6142
|
bool operator==(const NativeReactDevToolsRuntimeSettingsModulePartialReloadAndProfileConfig &other) const {
|
|
6108
6143
|
return shouldReloadAndProfile == other.shouldReloadAndProfile && recordChangeDescriptions == other.recordChangeDescriptions;
|
|
@@ -6153,7 +6188,7 @@ struct NativeReactDevToolsRuntimeSettingsModulePartialReloadAndProfileConfigBrid
|
|
|
6153
6188
|
|
|
6154
6189
|
template <typename P0, typename P1>
|
|
6155
6190
|
struct NativeReactDevToolsRuntimeSettingsModuleReloadAndProfileConfig {
|
|
6156
|
-
P0 shouldReloadAndProfile;
|
|
6191
|
+
P0 shouldReloadAndProfile{};
|
|
6157
6192
|
P1 recordChangeDescriptions;
|
|
6158
6193
|
bool operator==(const NativeReactDevToolsRuntimeSettingsModuleReloadAndProfileConfig &other) const {
|
|
6159
6194
|
return shouldReloadAndProfile == other.shouldReloadAndProfile && recordChangeDescriptions == other.recordChangeDescriptions;
|
|
@@ -6257,7 +6292,7 @@ private:
|
|
|
6257
6292
|
|
|
6258
6293
|
template <typename P0, typename P1>
|
|
6259
6294
|
struct NativeIdleCallbacksIdleDeadline {
|
|
6260
|
-
P0 didTimeout;
|
|
6295
|
+
P0 didTimeout{};
|
|
6261
6296
|
P1 timeRemaining;
|
|
6262
6297
|
bool operator==(const NativeIdleCallbacksIdleDeadline &other) const {
|
|
6263
6298
|
return didTimeout == other.didTimeout && timeRemaining == other.timeRemaining;
|
|
@@ -6377,12 +6412,12 @@ private:
|
|
|
6377
6412
|
|
|
6378
6413
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
|
|
6379
6414
|
struct NativeIntersectionObserverNativeIntersectionObserverEntry {
|
|
6380
|
-
P0 intersectionObserverId;
|
|
6381
|
-
P1 targetInstanceHandle;
|
|
6382
|
-
P2 targetRect;
|
|
6383
|
-
P3 rootRect;
|
|
6384
|
-
P4 intersectionRect;
|
|
6385
|
-
P5 isIntersectingAboveThresholds;
|
|
6415
|
+
P0 intersectionObserverId{};
|
|
6416
|
+
P1 targetInstanceHandle{};
|
|
6417
|
+
P2 targetRect{};
|
|
6418
|
+
P3 rootRect{};
|
|
6419
|
+
P4 intersectionRect{};
|
|
6420
|
+
P5 isIntersectingAboveThresholds{};
|
|
6386
6421
|
P6 time;
|
|
6387
6422
|
bool operator==(const NativeIntersectionObserverNativeIntersectionObserverEntry &other) const {
|
|
6388
6423
|
return intersectionObserverId == other.intersectionObserverId && targetInstanceHandle == other.targetInstanceHandle && targetRect == other.targetRect && rootRect == other.rootRect && intersectionRect == other.intersectionRect && isIntersectingAboveThresholds == other.isIntersectingAboveThresholds && time == other.time;
|
|
@@ -6454,11 +6489,11 @@ struct NativeIntersectionObserverNativeIntersectionObserverEntryBridging {
|
|
|
6454
6489
|
|
|
6455
6490
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5>
|
|
6456
6491
|
struct NativeIntersectionObserverNativeIntersectionObserverObserveOptions {
|
|
6457
|
-
P0 intersectionObserverId;
|
|
6458
|
-
P1 rootShadowNode;
|
|
6459
|
-
P2 targetShadowNode;
|
|
6460
|
-
P3 thresholds;
|
|
6461
|
-
P4 rootThresholds;
|
|
6492
|
+
P0 intersectionObserverId{};
|
|
6493
|
+
P1 rootShadowNode{};
|
|
6494
|
+
P2 targetShadowNode{};
|
|
6495
|
+
P3 thresholds{};
|
|
6496
|
+
P4 rootThresholds{};
|
|
6462
6497
|
P5 rootMargin;
|
|
6463
6498
|
bool operator==(const NativeIntersectionObserverNativeIntersectionObserverObserveOptions &other) const {
|
|
6464
6499
|
return intersectionObserverId == other.intersectionObserverId && rootShadowNode == other.rootShadowNode && targetShadowNode == other.targetShadowNode && thresholds == other.thresholds && rootThresholds == other.rootThresholds && rootMargin == other.rootMargin;
|
|
@@ -6607,8 +6642,8 @@ private:
|
|
|
6607
6642
|
|
|
6608
6643
|
template <typename P0, typename P1, typename P2>
|
|
6609
6644
|
struct NativeMutationObserverNativeMutationObserverObserveOptions {
|
|
6610
|
-
P0 mutationObserverId;
|
|
6611
|
-
P1 targetShadowNode;
|
|
6645
|
+
P0 mutationObserverId{};
|
|
6646
|
+
P1 targetShadowNode{};
|
|
6612
6647
|
P2 subtree;
|
|
6613
6648
|
bool operator==(const NativeMutationObserverNativeMutationObserverObserveOptions &other) const {
|
|
6614
6649
|
return mutationObserverId == other.mutationObserverId && targetShadowNode == other.targetShadowNode && subtree == other.subtree;
|
|
@@ -6660,9 +6695,9 @@ struct NativeMutationObserverNativeMutationObserverObserveOptionsBridging {
|
|
|
6660
6695
|
|
|
6661
6696
|
template <typename P0, typename P1, typename P2, typename P3>
|
|
6662
6697
|
struct NativeMutationObserverNativeMutationRecord {
|
|
6663
|
-
P0 mutationObserverId;
|
|
6664
|
-
P1 target;
|
|
6665
|
-
P2 addedNodes;
|
|
6698
|
+
P0 mutationObserverId{};
|
|
6699
|
+
P1 target{};
|
|
6700
|
+
P2 addedNodes{};
|
|
6666
6701
|
P3 removedNodes;
|
|
6667
6702
|
bool operator==(const NativeMutationObserverNativeMutationRecord &other) const {
|
|
6668
6703
|
return mutationObserverId == other.mutationObserverId && target == other.target && addedNodes == other.addedNodes && removedNodes == other.removedNodes;
|
|
@@ -6775,9 +6810,9 @@ private:
|
|
|
6775
6810
|
|
|
6776
6811
|
template <typename P0, typename P1, typename P2, typename P3>
|
|
6777
6812
|
struct NativePerformancePerformanceObserverInit {
|
|
6778
|
-
P0 entryTypes;
|
|
6779
|
-
P1 type;
|
|
6780
|
-
P2 buffered;
|
|
6813
|
+
P0 entryTypes{};
|
|
6814
|
+
P1 type{};
|
|
6815
|
+
P2 buffered{};
|
|
6781
6816
|
P3 durationThreshold;
|
|
6782
6817
|
bool operator==(const NativePerformancePerformanceObserverInit &other) const {
|
|
6783
6818
|
return entryTypes == other.entryTypes && type == other.type && buffered == other.buffered && durationThreshold == other.durationThreshold;
|
|
@@ -6842,22 +6877,22 @@ struct NativePerformancePerformanceObserverInitBridging {
|
|
|
6842
6877
|
|
|
6843
6878
|
template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8, typename P9, typename P10, typename P11, typename P12, typename P13, typename P14, typename P15, typename P16>
|
|
6844
6879
|
struct NativePerformanceRawPerformanceEntry {
|
|
6845
|
-
P0 name;
|
|
6846
|
-
P1 entryType;
|
|
6847
|
-
P2 startTime;
|
|
6848
|
-
P3 duration;
|
|
6849
|
-
P4 processingStart;
|
|
6850
|
-
P5 processingEnd;
|
|
6851
|
-
P6 interactionId;
|
|
6852
|
-
P7 fetchStart;
|
|
6853
|
-
P8 requestStart;
|
|
6854
|
-
P9 connectStart;
|
|
6855
|
-
P10 connectEnd;
|
|
6856
|
-
P11 responseStart;
|
|
6857
|
-
P12 responseEnd;
|
|
6858
|
-
P13 responseStatus;
|
|
6859
|
-
P14 contentType;
|
|
6860
|
-
P15 encodedBodySize;
|
|
6880
|
+
P0 name{};
|
|
6881
|
+
P1 entryType{};
|
|
6882
|
+
P2 startTime{};
|
|
6883
|
+
P3 duration{};
|
|
6884
|
+
P4 processingStart{};
|
|
6885
|
+
P5 processingEnd{};
|
|
6886
|
+
P6 interactionId{};
|
|
6887
|
+
P7 fetchStart{};
|
|
6888
|
+
P8 requestStart{};
|
|
6889
|
+
P9 connectStart{};
|
|
6890
|
+
P10 connectEnd{};
|
|
6891
|
+
P11 responseStart{};
|
|
6892
|
+
P12 responseEnd{};
|
|
6893
|
+
P13 responseStatus{};
|
|
6894
|
+
P14 contentType{};
|
|
6895
|
+
P15 encodedBodySize{};
|
|
6861
6896
|
P16 decodedBodySize;
|
|
6862
6897
|
bool operator==(const NativePerformanceRawPerformanceEntry &other) const {
|
|
6863
6898
|
return name == other.name && entryType == other.entryType && startTime == other.startTime && duration == other.duration && processingStart == other.processingStart && processingEnd == other.processingEnd && interactionId == other.interactionId && fetchStart == other.fetchStart && requestStart == other.requestStart && connectStart == other.connectStart && connectEnd == other.connectEnd && responseStart == other.responseStart && responseEnd == other.responseEnd && responseStatus == other.responseStatus && contentType == other.contentType && encodedBodySize == other.encodedBodySize && decodedBodySize == other.decodedBodySize;
|