Lines Matching full:token
16 #include "token.h"
22 bool Token::IsAccessability() const in IsAccessability()
30 bool Token::IsAsyncModifier() const in IsAsyncModifier()
36 bool Token::IsStaticModifier() const in IsStaticModifier()
42 bool Token::IsDeclareModifier() const in IsDeclareModifier()
48 bool Token::IsReadonlyModifier() const in IsReadonlyModifier()
54 bool Token::IsAccessorModifier() const in IsAccessorModifier()
60 bool Token::IsUpdate() const in IsUpdate()
65 bool Token::IsUnary() const in IsUnary()
74 bool Token::IsPropNameLiteral() const in IsPropNameLiteral()
80 bool Token::IsKeyword() const in IsKeyword()
85 bool Token::IsReservedTypeName() const in IsReservedTypeName()
103 bool Token::IsJsStrictReservedWord() const in IsJsStrictReservedWord()
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, char32_t nextChar) in IsTsParamToken()