mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00

This patch makes use of the new `getOwnPrivateProperties` method on DebuggerObject to include private properties in object grip preview. We're also adding a PrivatePropertiesIterator actor (and associated front) that will allow us to retrieve all the private properties (e.g. when expanding an object in the ObjectInspector). A xpcshell test is added to ensure we do return the expected properties. Differential Revision: https://phabricator.services.mozilla.com/D115702