Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/base-ui/table/
Dlit-table.ts861 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
929 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
1125 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable