Searched refs:diffForClass (Results 1 – 2 of 2) sorted by relevance
1288 WebInspector.HeapSnapshotDiffNode = function(dataGrid, className, diffForClass) argument1292 this._addedCount = diffForClass.addedCount;1293 this._removedCount = diffForClass.removedCount;1294 this._countDelta = diffForClass.countDelta;1295 this._addedSize = diffForClass.addedSize;1296 this._removedSize = diffForClass.removedSize;1297 this._sizeDelta = diffForClass.sizeDelta;1298 this._deletedIndexes = diffForClass.deletedIndexes;
1948 var diffForClass = snapshotDiff[className];1949 return new WebInspector.HeapSnapshotNodesProvider(this, null, diffForClass.addedIndexes);