Searched refs:peekDelim (Results 1 – 3 of 3) sorted by relevance
26702 Parser.prototype.peekDelim = function (text) {26776 if (this.peekDelim(text)) {27698 if (this.peekDelim('/') ||27699 this.peekDelim('*') ||27700 this.peekDelim('+') ||27701 this.peekDelim('-') ||27707 this.peekDelim('=')) { // doesn't stick to the standard here27717 if (!this.peekDelim('+') && !this.peekDelim('-')) {27725 if (this.peekDelim('>')) {27739 else if (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…