Home
last modified time | relevance | path

Searched refs:snapshotEntry (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/chromium/src/js/
DHeapProfilerPanel.js760 WebInspector.HeapSnapshotDataGridNode = function(snapshotView, baseEntry, snapshotEntry, owningTree) argument
764 if (!snapshotEntry)
765 snapshotEntry = { cons: baseEntry.cons, count: 0, size: 0, retainers: {} };
766 this.constructorName = snapshotEntry.cons;
767 this.count = snapshotEntry.count;
768 this.size = snapshotEntry.size;
769 this.retainers = snapshotEntry.retainers;
842 WebInspector.HeapSnapshotDataGridRetainerNode = function(snapshotView, baseEntry, snapshotEntry, ow… argument
846 if (!snapshotEntry)
847 snapshotEntry = { cons: baseEntry.cons, count: 0, clusters: {} };
[all …]