Lines Matching full:token
16 #include "token.h"
19 bool Token::IsAccessability() const in IsAccessability()
27 bool Token::IsAsyncModifier() const in IsAsyncModifier()
33 bool Token::IsForInOf() const in IsForInOf()
38 bool Token::IsStaticModifier() const in IsStaticModifier()
44 bool Token::IsDeclareModifier() const in IsDeclareModifier()
50 bool Token::IsReadonlyModifier() const in IsReadonlyModifier()
56 bool Token::IsUpdate() const in IsUpdate()
61 bool Token::IsUnary() const in IsUnary()
70 bool Token::IsPropNameLiteral() const in IsPropNameLiteral()
76 bool Token::IsKeyword() const in IsKeyword()
81 bool Token::IsReservedTypeName() const in IsReservedTypeName()
96 bool Token::IsDefinableTypeName() const in IsDefinableTypeName()
123 bool Token::IsBinaryToken(TokenType type) in IsBinaryToken()
128 bool Token::IsBinaryLvalueToken(TokenType type) in IsBinaryLvalueToken()
133 bool Token::IsUpdateToken(TokenType type) in IsUpdateToken()
138 bool Token::IsPunctuatorToken(TokenType type) in IsPunctuatorToken()
143 bool Token::IsTsParamToken(TokenType type) in IsTsParamToken()