Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js792 this._iterationOrder = null;
800 this._iterationOrder = []; property
804 this._iterationOrder.push(iterator.index);
808 this._iterationOrder.push(iterator.index);
820 return this._position < this._iterationOrder.length;
825 if (this._iterationOrder)
826 return !this._iterationOrder.length;
839 this._iterator.index = this._iterationOrder[this._position];
845 if (!this._iterationOrder)
847 return this._iterationOrder.length;
[all …]