Home | History | Annotate | Download | only in front-end

Lines Matching refs:retainer

291 WebInspector.HeapSnapshotRetainerEdgeIterator = function(retainer)
293 this.retainer = retainer;
299 this.retainer.retainerIndex = 0;
304 return this.retainer.retainerIndex < this.retainer._retainers.length;
309 return this.retainer.retainerIndex;
314 this.retainer.retainerIndex = newIndex;
319 return this.retainer;
324 ++this.retainer.retainerIndex;