Lines Matching refs:finishToken

28344     Scanner.prototype.finishToken = function (offset, type, text) {  method in Scanner
28365 return this.finishToken(offset, TokenType.UnquotedString, content.join(''));
28378 return this.finishToken(offset, TokenType.EOF);
28385 return this.finishToken(offset, TokenType.CDO);
28389 return this.finishToken(offset, TokenType.CDC);
28393 return this.finishToken(offset, TokenType.Ident, content.join(''));
28401 return this.finishToken(offset, TokenType.Charset, keywordText);
28403 return this.finishToken(offset, TokenType.AtKeyword, keywordText);
28406 return this.finishToken(offset, TokenType.Delim);
28413 return this.finishToken(offset, TokenType.Hash, content.join(''));
28416 return this.finishToken(offset, TokenType.Delim);
28421 return this.finishToken(offset, TokenType.Exclamation);
28429 return this.finishToken(offset, TokenType.Percentage);
28436 return this.finishToken(offset, tokenType_1, content.join(''));
28440 return this.finishToken(offset, TokenType.Dimension, content.join(''));
28443 return this.finishToken(offset, TokenType.Num);
28449 return this.finishToken(offset, tokenType, content.join(''));
28455 return this.finishToken(offset, tokenType);
28460 return this.finishToken(offset, TokenType.Includes);
28465 return this.finishToken(offset, TokenType.Dashmatch);
28470 return this.finishToken(offset, TokenType.SubstringOperator);
28475 return this.finishToken(offset, TokenType.PrefixOperator);
28480 return this.finishToken(offset, TokenType.SuffixOperator);
28484 return this.finishToken(offset, TokenType.Delim);
28491 return this.finishToken(offset, TokenType.Whitespace);
28496 return this.finishToken(offset, TokenType.Comment);
29877 return this.finishToken(offset, tokenType);
29880 return this.finishToken(offset, Ellipsis);
30835 return this.finishToken(offset, VariableName, content.join(''));
30843 return this.finishToken(offset, InterpolationFunction);
30847 return this.finishToken(offset, EqualsOperator);
30851 return this.finishToken(offset, NotEqualsOperator);
30856 return this.finishToken(offset, SmallerEqualsOperator);
30858 … return this.finishToken(offset, _cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Delim);
30863 return this.finishToken(offset, GreaterEqualsOperator);
30865 … return this.finishToken(offset, _cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Delim);
30869 return this.finishToken(offset, Ellipsis);