Lines Matching refs:incrementColumn

85       this.incrementColumn(ex.loc.column);
161 incrementColumn: function(increment){ method in Lexer
193 this.incrementColumn(diff);
205 this.incrementColumn(whitespaceLength);
211 this.incrementColumn(captures[0].length - whitespaceLength);
217 this.incrementColumn(captures[0].length - whitespaceLength);
257 this.incrementColumn(idx);
336 this.incrementColumn(captures[0].length);
353 this.incrementColumn(2); // '#{'
359 this.incrementColumn(splitted[lines].length + 1); // + 1 → '}'
377 this.incrementColumn(len);
392 this.incrementColumn(tok.val.length);
423 this.incrementColumn(tok.val.length);
440 this.incrementColumn(tok.val.length);
483 this.incrementColumn(prefix.length + indexOfStart + escaped);
486 this.incrementColumn(2);
640 this.incrementColumn(len);
644 this.incrementColumn(captures[0].length - comment.length - len);
666 this.incrementColumn(len);
670 this.incrementColumn(captures[0].length - comment.length - len);
692 this.incrementColumn(len);
696 this.incrementColumn(captures[0].length - comment.length - len);
769 this.incrementColumn(-tok.val.length);
771 this.incrementColumn(tok.val.length);
794 this.incrementColumn(rest[0].length);
798 this.incrementColumn(-tok.val.length);
800 this.incrementColumn(tok.val.length);
847 this.incrementColumn(increment);
854 this.incrementColumn(1);
862 this.incrementColumn(1);
882 this.incrementColumn(captures[0].length);
900 this.incrementColumn(captures[0].length - js.length);
921 this.incrementColumn(js.length);
937 this.incrementColumn(captures[0].length);
956 this.incrementColumn(captures[0].length - captures[3].length);
959 this.incrementColumn(captures[3].length);
990 this.incrementColumn(captures[0].length - code.length + err.index);
1022 this.incrementColumn(captures[0].length - captures[2].length);
1037 this.incrementColumn(code.length);
1071 this.incrementColumn(1);
1084 this.incrementColumn(1);
1093 this.incrementColumn(1);
1108 this.incrementColumn(1);
1136 this.incrementColumn(1);
1141 this.incrementColumn(1);
1201 this.incrementColumn(1);
1277 this.incrementColumn(1);
1287 this.incrementColumn(1);
1301 this.incrementColumn(consumed);
1306 this.incrementColumn(consumed);
1411 if (token_indent[i]) this.incrementColumn(indents);