NEW 163150
Web Inspector: Heap Snapshot should be able to tell me all the paths to an object
https://bugs.webkit.org/show_bug.cgi?id=163150
Summary Web Inspector: Heap Snapshot should be able to tell me all the paths to an ob...
Saam Barati
Reported 2016-10-07 15:55:25 PDT
Currently, this is very hard to determine. It can tell us the shortest path, but I want to know, in some example program I have, if there is more than one path. I'm not sure if I can do that without searching through every object edge. However, searching through every object edge is effectively impossible because of the number of properties each global object has.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-10-07 15:56:41 PDT
Note You need to log in before you can comment on or make changes to this bug.