Searched refs:acceptIdent (Results 1 – 3 of 3) sorted by relevance
27401 if (this.acceptIdent('not')) {27500 if (this.acceptIdent('only') || this.acceptIdent('not')) {28098 if (this.acceptIdent('progid')) {29472 this.acceptIdent('_');29590 if (this.acceptIdent('extend')) {30357 if (!this.acceptIdent('from')) {30363 if (!this.acceptIdent('to') && !this.acceptIdent('through')) {30387 if (!this.acceptIdent('in')) {30559 if (this.acceptIdent('using')) {30669 if (this.acceptIdent('as') &&[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…