|
V8 Project
|
#include "src/v8.h"#include "src/rewriter.h"#include "src/ast.h"#include "src/compiler.h"#include "src/scopes.h"
Include dependency graph for rewriter.cc:Go to the source code of this file.
Classes | |
| class | v8::internal::Processor |
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| 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 222 of file rewriter.cc.
| #define DEF_VISIT | ( | type | ) | void Processor::Visit##type(type* expr) { UNREACHABLE(); } |
Definition at line 222 of file rewriter.cc.