Searched refs:ColSpanCell (Results 1 – 2 of 2) sorted by relevance
196 let spanAbove = this.cells[this.y - 1][x] instanceof Cell.ColSpanCell;202 while (this.cells[this.y][x - i] instanceof Cell.ColSpanCell) {246 while (cellLeft instanceof ColSpanCell) {296 while (cellLeft instanceof ColSpanCell) {309 class ColSpanCell { class408 module.exports.ColSpanCell = ColSpanCell;
3 const { ColSpanCell, RowSpanCell } = Cell;110 let colSpanCell = new ColSpanCell();