Skip to content

Commit 2a60c44

Browse files
committed
[Flight] Copy the name field of a serialized function debug value (facebook#34085)
This ensures that if the name is set manually after the declaration, then we get that name when we log the value. For example Node.js `Response` is declared as `_Response` and then later assigned a new name. We should probably really serialize all static enumerable properties but "name" is non-enumerable so it's still a special case. DiffTrain build for [3958d5d](facebook@3958d5d)
1 parent 2045db2 commit 2a60c44

24 files changed

+3085
-1811
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0-native-fb-f468d377-20250806
1+
19.2.0-native-fb-3958d5d8-20250807

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<d4edb7ab40bb9b89da6d0a045f89647a>>
10+
* @generated SignedSource<<9748494ef58ca9678ebc1ab0fd69f45e>>
1111
*/
1212

1313
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
404404
exports.useFormStatus = function () {
405405
return resolveDispatcher().useHostTransitionStatus();
406406
};
407-
exports.version = "19.2.0-native-fb-f468d377-20250806";
407+
exports.version = "19.2.0-native-fb-3958d5d8-20250807";
408408
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<1ddaa0121881c9303fcbbe26654737ba>>
10+
* @generated SignedSource<<2566bac0a6ef055d3a46297f32830593>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-f468d377-20250806";
206+
exports.version = "19.2.0-native-fb-3958d5d8-20250807";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<1ddaa0121881c9303fcbbe26654737ba>>
10+
* @generated SignedSource<<2566bac0a6ef055d3a46297f32830593>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-f468d377-20250806";
206+
exports.version = "19.2.0-native-fb-3958d5d8-20250807";

0 commit comments

Comments
 (0)