Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js200 WebInspector.HeapSnapshotRetainerEdge = function(snapshot, retainers, retainerIndex) argument
204 this.retainerIndex = retainerIndex || 0;
210 …urn new WebInspector.HeapSnapshotRetainerEdge(this._snapshot, this._retainers, this.retainerIndex);
258 get retainerIndex() getter in WebInspector.HeapSnapshotRetainerEdge
263 set retainerIndex(newIndex) setter in WebInspector.HeapSnapshotRetainerEdge
299 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;