Searched refs:acceptRegexp (Results 1 – 3 of 3) sorted by relevance
26782 Parser.prototype.acceptRegexp = function (regEx) { method in Parser26791 do { } while (this.acceptRegexp(regEx));29500 function () { return _this.acceptRegexp(identRegex); } :30139 …e"].Ident) || node.addChild(indentInterpolation()) || (hasContent && this.acceptRegexp(/[\w-]/))) {
1 …acceptRegexp=function(e){return!!e.test(this.token.text)&&(this.consumeToken(),!0)},e.prototype._p… method in e
1 …acceptRegexp = function (regEx) {\n if (regEx.test(this.token.text)) {\n this.co…