Home | History | Annotate | Download | only in js

Lines Matching full:snapshotitem

597         this.produceDiff(this.baseRetainers, this.retainers, function(baseItem, snapshotItem) {
598 self.appendChild(new WebInspector.HeapSnapshotDataGridRetainerNode(self.snapshotView, baseItem, snapshotItem, self.tree));
812 this.produceDiff(baseEntries, snapshotEntries, function(baseItem, snapshotItem) {
813 self.appendChild(new WebInspector.HeapSnapshotDataGridNode(self.snapshotView, baseItem, snapshotItem, self));