Searched refs:traceIds (Results 1 – 2 of 2) sorted by relevance
1143 var traceIds = this._allocationProfile.traceIds(bottomUpAllocationNodeId);1144 if (!traceIds.length)1147 for (var i = 0; i < traceIds.length; i++)1148 set[traceIds[i]] = true;
199 traceIds: function(allocationNodeId) method in WebInspector.AllocationProfile