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

src/frames.cc

#include "v8.h"
#include "frames-inl.h"
#include "scopeinfo.h"
#include "string-stream.h"
#include "top.h"
#include "zone-inl.h"

ソースコードを見る。

構成

class  v8::internal::BASE_EMBEDDED< Allocator >

ネームスペース

namespace  v8
namespace  v8::internal

マクロ定義

#define INITIALIZE_SINGLETON(type, field)   field##_(this),
#define FRAME_TYPE_CASE(type, field)   case StackFrame::type: result = &field##_; break;

関数

int v8::internal::NumRegs (RegList reglist)
int v8::internal::JSCallerSavedCode (int n)

マクロ定義

#define FRAME_TYPE_CASE (   type,
  field 
)    case StackFrame::type: result = &field##_; break;
#define INITIALIZE_SINGLETON (   type,
  field 
)    field##_(this),

frames.cc65 行で定義されています。

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