V8 Project
token.h File Reference
#include "src/base/logging.h"
+ Include dependency graph for token.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::Token
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define IGNORE_TOKEN(name, string, precedence)
 
#define TOKEN_LIST(T, K)
 
#define T(name, string, precedence)   name,
 

Macro Definition Documentation

◆ IGNORE_TOKEN

#define IGNORE_TOKEN (   name,
  string,
  precedence 
)

Definition at line 26 of file token.h.

◆ T

#define T (   name,
  string,
  precedence 
)    name,

Definition at line 171 of file token.h.

◆ TOKEN_LIST

#define TOKEN_LIST (   T,
 
)

Definition at line 28 of file token.h.