Home
last modified time | relevance | path

Searched refs:peekDelim (Results 1 – 3 of 3) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js26702 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 here
27717 if (!this.peekDelim('+') && !this.peekDelim('-')) {
27725 if (this.peekDelim('>')) {
27739 else if (this.peekDelim('+')) {
[all …]
D4.4.js1peekDelim=function(e){return r.Delim===this.token.type&&e===this.token.text},e.prototype.peek=func… method in e
D2.2.js.map1peekDelim = function (text) {\n return TokenType.Delim === this.token.type && text === this…