構成 | ネームスペース | マクロ定義

src/rewriter.cc

#include "v8.h"
#include "ast.h"
#include "scopes.h"
#include "rewriter.h"

ソースコードを見る。

構成

class  v8::internal::AstOptimizer
class  v8::internal::Processor

ネームスペース

namespace  v8
namespace  v8::internal

マクロ定義

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

マクロ定義

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

rewriter.cc507 行で定義されています。

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

rewriter.cc507 行で定義されています。

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義