Searched refs:advanceIfChar (Results 1 – 5 of 5) sorted by relevance
1 …advanceIfChar=function(e){return e===this.source.charCodeAt(this.position)&&(this.position++,!0)},… method in e
28233 MultiLineStream.prototype.advanceIfChar = function (ch) { method in MultiLineStream28396 if (this.stream.advanceIfChar(_ATS)) {28410 if (this.stream.advanceIfChar(_HSH)) {28420 if (this.stream.advanceIfChar(_BNG)) {28427 if (this.stream.advanceIfChar(_PRC)) {28545 if (ch === _CAR && this.stream.advanceIfChar(_NWL)) {30832 if (this.stream.advanceIfChar(_DLR)) {30854 if (this.stream.advanceIfChar(_LAN)) {30855 if (this.stream.advanceIfChar(_EQS)) {30861 if (this.stream.advanceIfChar(_RAN)) {[all …]
1 …advanceIfChar = function (ch) {\n if (ch === this.source.charCodeAt(this.position)) {\n …