V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
v8::internal::Token Class Reference

Public Types

enum  Value : uint8_t { TOKEN_LIST =(T, T, T) NUM_TOKENS }
 

Static Public Member Functions

static const charName (Value token)
 
static char TypeForTesting (Value token)
 
static bool IsKeyword (Value token)
 
static bool IsIdentifier (Value token, LanguageMode language_mode, bool is_generator, bool disallow_await)
 
static bool IsCallable (Value token)
 
static bool IsAutoSemicolon (Value token)
 
static bool IsAnyIdentifier (Value token)
 
static bool IsStrictReservedWord (Value token)
 
static bool IsLiteral (Value token)
 
static bool IsTemplate (Value token)
 
static bool IsMember (Value token)
 
static bool IsProperty (Value token)
 
static bool IsPropertyOrCall (Value token)
 
static bool IsArrowOrAssignmentOp (Value token)
 
static bool IsAssignmentOp (Value token)
 
static bool IsBinaryOp (Value op)
 
static bool IsCompareOp (Value op)
 
static bool IsOrderedRelationalCompareOp (Value op)
 
static bool IsEqualityOp (Value op)
 
static Value BinaryOpForAssignment (Value op)
 
static bool IsBitOp (Value op)
 
static bool IsUnaryOp (Value op)
 
static bool IsCountOp (Value op)
 
static bool IsUnaryOrCountOp (Value op)
 
static bool IsShiftOp (Value op)
 
static const charString (Value token)
 
static uint8_t StringLength (Value token)
 
static int Precedence (Value token, bool accept_IN)
 

Detailed Description

Definition at line 202 of file token.h.


The documentation for this class was generated from the following files: