-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsupport to use Object.defineProperty to change the 'name' of a function. #19674
Comments
@hramos |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
For Discussion |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
This will likely be fixed once we move on from the old JSC used in Android: #19737 |
0.59 is now out. If anyone happens to verify this on 0.59 and it's still an issue, please let us know. |
Environment
Environment:
OS: macOS High Sierra 10.13.4
Node: 8.4.0
Yarn: 1.3.2
npm: 6.0.0
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.4 => 0.55.4
Description
Cannot change the name of anonymous function; like this:
Steps to Reproduce
just call function _genSynMethod
Expected Behavior
running normal , just like iOS.
Actual Behavior
The text was updated successfully, but these errors were encountered: