V8 Project
rewriter.cc File Reference
#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(); }
 

Macro Definition Documentation

◆ DEF_VISIT [1/2]

#define DEF_VISIT (   type)     virtual void Visit##type(type* node);

Definition at line 222 of file rewriter.cc.

◆ DEF_VISIT [2/2]

#define DEF_VISIT (   type)     void Processor::Visit##type(type* expr) { UNREACHABLE(); }

Definition at line 222 of file rewriter.cc.