Searched defs:reduce (Results 1 – 2 of 2) sorted by relevance
/developtools/smartperf_host/ide/src/base-ui/table/ |
D | LitPageTable.ts | 515 … 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
|
D | lit-table.ts | 671 … 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
|