Searched refs:cloneSymbol (Results 1 – 1 of 1) sorted by relevance
59 const cloneSymbol = new HiPerfSymbol(); constant60 cloneSymbol.children = new Array<HiPerfSymbol>();61 cloneSymbol.depth = this.depth;62 return cloneSymbol;576 const cloneSymbol = new JsProfilerSymbol();577 cloneSymbol.name = this.name;578 cloneSymbol.url = this.url;579 cloneSymbol.hitCount = this.hitCount;580 cloneSymbol.children = new Array<JsProfilerSymbol>();581 cloneSymbol.childrenIds = new Array<number>();[all …]