v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
token.h File Reference
#include "checks.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.

Data Structures

class  Token
 

Namespaces

 v8
 
 v8::internal
 

Macros

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

Macro Definition Documentation

#define IGNORE_TOKEN (   name,
  string,
  precedence 
)

Definition at line 49 of file token.h.

Referenced by TEST().

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

Definition at line 189 of file token.h.

#define TOKEN_LIST (   T,
 
)

Definition at line 51 of file token.h.

Referenced by TEST().