Searched refs:rootNodeIndex (Results 1 – 3 of 3) sorted by relevance
752 get rootNodeIndex() getter in WebInspector.HeapSnapshot1014 var rootNodeIndex = this._rootNodeIndex;1015 var node = this.createNode(rootNodeIndex);1016 var list = [rootNodeIndex];1177 var rootNodeIndex = this._rootNodeIndex;1228 … if (retainerNodeIndex !== rootNodeIndex && retainerEdgeType === edgeShortcutType)1234 if (retainerNodeIndex !== rootNodeIndex && nodeFlag && !retainerNodeFlag)1539 …return {nodeCount: this.nodeCount, rootNodeIndex: this._rootNodeIndex, totalSize: this.totalSize, …
532 get rootNodeIndex() getter in WebInspector.HeapSnapshotProxy534 return this._staticData.rootNodeIndex;
485 var node = new WebInspector.HeapSnapshotNode(snapshot, nodeIndex || snapshot.rootNodeIndex);853 var fakeNode = { nodeIndex: this.snapshot.rootNodeIndex };