[Webkit-unassigned] [Bug 163151] Web Inspector: Heap Snapshot should be able to tell me if an object was collected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 11:51:42 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163151

--- Comment #10 from Geoffrey Garen <ggaren at apple.com> ---
> "Snapshot" is
> accurate with respect to the references / relationships between objects.
> That relationship graph doesn't change, only our view of the objects inside
> it.

Are you saying that snapshots do not update as objects gain and lose properties? I believe they do.

In this example:

var o = { A, B }; // snapshot 0
delete o.A // snapshot 1

Do snapshot 0 and snapshot 1 agree on the properties of o, or does snapshot 0 show { A, B } while snapshot 1 shows { B }?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161012/d05dd2d6/attachment.html>


More information about the webkit-unassigned mailing list