Searched refs:acceptKeyword (Results 1 – 3 of 3) sorted by relevance
26768 Parser.prototype.acceptKeyword = function (text) { method in Parser30336 if (this.acceptKeyword('@else')) {
1 …n(e){return!!this.peekIdent(e)&&(this.consumeToken(),!0)},e.prototype.acceptKeyword=function(e){re… method in e
1 …acceptKeyword = function (text) {\n if (this.peekKeyword(text)) {\n this.consume…