Lines Matching refs:Token
22 bool Token::IsAccessability() const
30 bool Token::IsAsyncModifier() const
36 bool Token::IsStaticModifier() const
42 bool Token::IsDeclareModifier() const
48 bool Token::IsReadonlyModifier() const
54 bool Token::IsAccessorModifier() const
60 bool Token::IsUpdate() const
65 bool Token::IsUnary() const
74 bool Token::IsPropNameLiteral() const
80 bool Token::IsKeyword() const
85 bool Token::IsReservedTypeName() const
103 bool Token::IsJsStrictReservedWord() const
123 bool Token::IsBinaryToken(TokenType type)
128 bool Token::IsBinaryLvalueToken(TokenType type)
133 bool Token::IsUpdateToken(TokenType type)
138 bool Token::IsPunctuatorToken(TokenType type)
143 bool Token::IsTsParamToken(TokenType type, char32_t nextChar)