V8 Project
ast-graph-builder.h File Reference
#include "src/v8.h"
#include "src/ast.h"
#include "src/compiler/graph-builder.h"
#include "src/compiler/js-graph.h"
+ Include dependency graph for ast-graph-builder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::compiler::AstGraphBuilder
 
class  v8::internal::compiler::AstGraphBuilder::Environment
 
class  v8::internal::compiler::BASE_EMBEDDED
 
class  v8::internal::compiler::FINAL< kOperandKind, kNumCachedOperands >
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Macros

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

Macro Definition Documentation

◆ DECLARE_VISIT

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

Definition at line 106 of file ast-graph-builder.h.