Searched refs:ColSpanCell (Results 1 – 2 of 2) sorted by relevance
167 let spanAbove = this.cells[this.y - 1][x] instanceof Cell.ColSpanCell;173 while (this.cells[this.y][x - i] instanceof Cell.ColSpanCell) {217 while (cellLeft instanceof ColSpanCell) {267 while (cellLeft instanceof ColSpanCell) {280 class ColSpanCell { class370 module.exports.ColSpanCell = ColSpanCell;
3 const { ColSpanCell, RowSpanCell } = Cell;98 let colSpanCell = new ColSpanCell();