Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts515 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
609 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
871 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
879 let { visibleObjs, skip, reduce } = this.getVisibleObjs(); variable
Dlit-table.ts671 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
815 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
1229 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable