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 | 756 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 915 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 1402 … 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 | 1807 const reduce = map.reduce((pre: HiPerfStruct, current: HiPerfStruct) => { constant
|