Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in comparison logic of object property (#22348)
Summary: `instance.hasOwnProperty` has potential danger because of some object could be eliminate own prototype chain. Update code be more reliable. This PR is solution of #22308 issue. (Fixes #22308) Pull Request resolved: #22348 Differential Revision: D13334882 Pulled By: cpojer fbshipit-source-id: 9b9310a972e933af1962666d7b0c683ff43cc5b2
- Loading branch information