* Mark (CSS Syntax §3 "mark") — push the current cursor position. * @returns {void}
()
| 1995 | * @returns {void} |
| 1996 | */ |
| 1997 | mark() { |
| 1998 | this._marks.push(this._pos); |
| 1999 | } |
| 2000 | |
| 2001 | /** |
| 2002 | * Restore a mark (CSS Syntax §3 "restore a mark") — pop the last mark and |
no test coverage detected