v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
class | Processor |
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | DEF_VISIT(type) virtual void Visit##type(type* node); |
#define | DEF_VISIT(type) void Processor::Visit##type(type* expr) { UNREACHABLE(); } |
#define DEF_VISIT | ( | type | ) | virtual void Visit##type(type* node); |
Definition at line 227 of file rewriter.cc.
#define DEF_VISIT | ( | type | ) | void Processor::Visit##type(type* expr) { UNREACHABLE(); } |
Definition at line 227 of file rewriter.cc.