![]() |
v8
3.25.30(node0.11.13)
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 243 of file rewriter.cc.
| #define DEF_VISIT | ( | type | ) | void Processor::Visit##type(type* expr) { UNREACHABLE(); } |
Definition at line 243 of file rewriter.cc.