Searched refs:retainerIndex (Results 1 – 1 of 1) sorted by relevance
200 WebInspector.HeapSnapshotRetainerEdge = function(snapshot, retainers, retainerIndex) argument204 this.retainerIndex = retainerIndex || 0;210 …urn new WebInspector.HeapSnapshotRetainerEdge(this._snapshot, this._retainers, this.retainerIndex);258 get retainerIndex() getter in WebInspector.HeapSnapshotRetainerEdge263 set retainerIndex(newIndex) setter in WebInspector.HeapSnapshotRetainerEdge299 this.retainer.retainerIndex = 0;304 return this.retainer.retainerIndex < this.retainer._retainers.length;309 return this.retainer.retainerIndex;314 this.retainer.retainerIndex = newIndex;324 ++this.retainer.retainerIndex;