Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js1038 this._currentPath._cache[this._lastEdge.nodeIndex] = true;
1045 delete this._currentPath._cache[this._lastEdge.nodeIndex];
1057 && this._lastEdge.nodeIndex in this._rootChildren;
1065 get _lastEdge() getter in WebInspector.HeapSnapshotPathFinder
/external/webkit/Source/WebCore/
DChangeLog43025 (WebInspector.HeapSnapshotPathFinder.prototype.get _lastEdge):