Searched refs:restoreAtMark (Results 1 – 3 of 3) sorted by relevance
26728 Parser.prototype.restoreAtMark = function (mark) {26737 this.restoreAtMark(pos);26950 this.restoreAtMark(mark);26954 this.restoreAtMark(mark);27128 this.restoreAtMark(mark);27140 this.restoreAtMark(mark);27233 this.restoreAtMark(mark);27236 this.restoreAtMark(mark);27245 this.restoreAtMark(mark);27361 this.restoreAtMark(pos);[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.…