Searched refs:acceptIdent (Results 1 – 3 of 3) sorted by relevance
26761 Parser.prototype.acceptIdent = function (text) {27401 if (this.acceptIdent('not')) {27408 while (this.acceptIdent(text)) {27500 if (this.acceptIdent('only') || this.acceptIdent('not')) {27507 parseExpression = this.acceptIdent('and');27512 parseExpression = this.acceptIdent('and');27532 parseExpression = this.acceptIdent('and');27755 …if (!this.hasWhitespace() && this.acceptIdent('deep') && !this.hasWhitespace() && this.acceptDelim…27846 this.acceptIdent('i'); // case insensitive matching27915 …anner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Exclamation) && this.acceptIdent('important')) {[all …]
1 …acceptIdent=function(e){return!!this.peekIdent(e)&&(this.consumeToken(),!0)},e.prototype.acceptKey… method in e
1 …acceptIdent = function (text) {\n if (this.peekIdent(text)) {\n this.consumeToke…