Searched refs:restoreAtMark (Results 1 – 3 of 3) sorted by relevance
26737 this.restoreAtMark(pos);26954 this.restoreAtMark(mark);27140 this.restoreAtMark(mark);27236 this.restoreAtMark(mark);27366 this.restoreAtMark(pos);27815 this.restoreAtMark(pos);27827 this.restoreAtMark(pos);27907 this.restoreAtMark(mark);29289 this.restoreAtMark(mark);29593 this.restoreAtMark(mark);[all …]
1 …restoreAtMark=function(e){this.prevToken=e.prev,this.token=e.curr,this.scanner.goBackTo(e.pos)},e.… method in e
1 …restoreAtMark = function (mark) {\n this.prevToken = mark.prev;\n this.token = mark.…