-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Add deleteProperty API #52911
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
Add deleteProperty API #52911
Conversation
This pull request was exported from Phabricator. Differential Revision: D79120814 |
This pull request was exported from Phabricator. Differential Revision: D79120814 |
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
1a74b94
to
2dd3c83
Compare
This pull request was exported from Phabricator. Differential Revision: D79120814 |
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
2dd3c83
to
f43ae9d
Compare
f43ae9d
to
a353b9e
Compare
Summary: Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
This pull request was exported from Phabricator. Differential Revision: D79120814 |
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
b5bde4d
to
28fab62
Compare
Summary: Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
This pull request was exported from Phabricator. Differential Revision: D79120814 |
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
28fab62
to
4c3a313
Compare
Summary: Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
4c3a313
to
f255e3f
Compare
This pull request was exported from Phabricator. Differential Revision: D79120814 |
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Differential Revision: D79120814
9862f0f
to
0356962
Compare
Summary: Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D79120814
This pull request was exported from Phabricator. Differential Revision: D79120814 |
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D79120814
d371943
to
210bfb5
Compare
Summary: Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D79120814
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D79120814
This pull request was exported from Phabricator. Differential Revision: D79120814 |
210bfb5
to
e1df919
Compare
Summary: X-link: facebook/react-native#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D79120814 fbshipit-source-id: e30f383247d94bb5971e4909f004c75e8165adda
This pull request was successfully merged by @tsaichien in 646945c When will my fix make it into a release? | How to file a pick request? |
This pull request has been merged in 646945c. |
Summary: X-link: facebook/react-native#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D79120814 fbshipit-source-id: e30f383247d94bb5971e4909f004c75e8165adda
Summary: Pull Request resolved: facebook#52911 Add a new `deleteProperty` API to JSI. As the name implies, allows users to delete properties from Objects through JSI. The default implementation uses `Reflect.deleteProperty.` For the `PropNameID` overload, convert the propNameID to a String and pass into the `deleteProperty` function. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D79120814 fbshipit-source-id: e30f383247d94bb5971e4909f004c75e8165adda
Hey - we don't have If not I could take a stab at implementing that one. |
Summary:
Add a new
deleteProperty
API to JSI. As the name implies, allows usersto delete properties from Objects through JSI.
The default implementation uses
Reflect.deleteProperty.
For thePropNameID
overload, convert the propNameID to a String and pass intothe
deleteProperty
function.Changelog: [Internal]
Differential Revision: D79120814