mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44936 # Changelog: [Internal] Added a small test that uses `folly:ManualExecutor`, which reproduces the memory leak issue in Hermes' RemoteObjectsTable: 1. Send `Runtime.enable` 2. Evaluate `console.log(<object>);` to populate `RemoteObjectsTable` 3. Send `Page.reload` to reload VM This test is expected to fail, because by the time it is published, the D58398254 hasn't landed. Reviewed By: motiz88 Differential Revision: D58531763 fbshipit-source-id: 99af3bfce0a31fe905d5bf2bf433f62cfbc34897