Searched defs:reduce (Results 1 – 3 of 3) sorted by relevance
/developtools/smartperf_host/ide/src/base-ui/table/ |
D | LitPageTable.ts | 552 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 653 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 957 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 965 let { visibleObjs, skip, reduce } = this.getVisibleObjs(); variable
|
D | lit-table.ts | 727 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 886 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 1370 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerCommon.ts | 1770 const reduce = map.reduce((pre: HiPerfStruct, current: HiPerfStruct) => { constant
|