#include <token.h>
Definition at line 211 of file token.h.
◆ IsKeywordBits
◆ IsPropertyNameBits
◆ Value
◆ BinaryOpForAssignment()
static Value v8::internal::Token::BinaryOpForAssignment |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsAnyIdentifier()
static bool v8::internal::Token::IsAnyIdentifier |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsArrowOrAssignmentOp()
static bool v8::internal::Token::IsArrowOrAssignmentOp |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsAssignmentOp()
static bool v8::internal::Token::IsAssignmentOp |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsAutoSemicolon()
static bool v8::internal::Token::IsAutoSemicolon |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsBinaryOp()
static bool v8::internal::Token::IsBinaryOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsBitOp()
static bool v8::internal::Token::IsBitOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsCallable()
static bool v8::internal::Token::IsCallable |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsCompareOp()
static bool v8::internal::Token::IsCompareOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsCountOp()
static bool v8::internal::Token::IsCountOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsEqualityOp()
static bool v8::internal::Token::IsEqualityOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsKeyword()
static bool v8::internal::Token::IsKeyword |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsLiteral()
static bool v8::internal::Token::IsLiteral |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsLogicalAssignmentOp()
static bool v8::internal::Token::IsLogicalAssignmentOp |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsMember()
static bool v8::internal::Token::IsMember |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsOrderedRelationalCompareOp()
static bool v8::internal::Token::IsOrderedRelationalCompareOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsProperty()
static bool v8::internal::Token::IsProperty |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsPropertyName()
static bool v8::internal::Token::IsPropertyName |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsPropertyOrCall()
static bool v8::internal::Token::IsPropertyOrCall |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsShiftOp()
static bool v8::internal::Token::IsShiftOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsStrictReservedWord()
static bool v8::internal::Token::IsStrictReservedWord |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsTemplate()
static bool v8::internal::Token::IsTemplate |
( |
Value | token | ) |
|
|
inlinestatic |
◆ IsUnaryOp()
static bool v8::internal::Token::IsUnaryOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsUnaryOrCountOp()
static bool v8::internal::Token::IsUnaryOrCountOp |
( |
Value | op | ) |
|
|
inlinestatic |
◆ IsValidIdentifier()
◆ Name()
static const char * v8::internal::Token::Name |
( |
Value | token | ) |
|
|
inlinestatic |
◆ Precedence()
static int v8::internal::Token::Precedence |
( |
Value | token, |
|
|
bool | accept_IN ) |
|
inlinestatic |
◆ String()
static const char * v8::internal::Token::String |
( |
Value | token | ) |
|
|
inlinestatic |
◆ StringLength()
static uint8_t v8::internal::Token::StringLength |
( |
Value | token | ) |
|
|
inlinestatic |
◆ name_
const char *const v8::internal::Token::name_ = {TOKEN_LIST(T, T)} |
|
staticprivate |
◆ precedence_
const int8_t v8::internal::Token::precedence_ |
|
staticprivate |
Initial value:
#define T1(name, string, precedence)
#define T2(name, string, precedence)
Definition at line 349 of file token.h.
◆ string_
const char *const v8::internal::Token::string_ = {TOKEN_LIST(T, T)} |
|
staticprivate |
◆ string_length_
const uint8_t v8::internal::Token::string_length_ = {TOKEN_LIST(T, T)} |
|
staticprivate |
◆ token_flags
The documentation for this class was generated from the following files: