Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts83 let copyItem = new ConstructorItem(); variable
84 this.cloneContent(copyItem);
85 return copyItem;
88 protected cloneContent(copyItem: ConstructorItem) {
89 copyItem.fileId = this.fileId;
90 copyItem.distance = this.distance;
91 copyItem.shallowSize = this.shallowSize;
92 copyItem.nodeName = this.nodeName;
93 copyItem.edgeCount = this.edgeCount;
94 copyItem.edgeType = this.edgeType;
[all …]