Searched refs:peekDelim (Results 1 – 3 of 3) sorted by relevance
27698 if (this.peekDelim('/') ||27699 this.peekDelim('*') ||27700 this.peekDelim('+') ||27701 this.peekDelim('-') ||27717 if (!this.peekDelim('+') && !this.peekDelim('-')) {27725 if (this.peekDelim('>')) {29227 if (this.peekDelim('#') || this.peekDelim('.')) {29481 this.peekDelim('-');29516 if (this.peekDelim('@') || this.peekDelim('$')) {29566 if (this.peekDelim('#') || this.peekDelim('.')) {[all …]
1 …peekDelim=function(e){return r.Delim===this.token.type&&e===this.token.text},e.prototype.peek=func… method in e
1 …peekDelim = function (text) {\n return TokenType.Delim === this.token.type && text === this…