Static Public メソッド

クラス v8::Debug

#include <v8-debug.h>

すべてのメンバ一覧

Static Public メソッド

static bool AddDebugEventListener (DebugEventCallback that, Handle< Value > data=Handle< Value >())
static bool AddDebugEventListener (v8::Handle< v8::Function > that, Handle< Value > data=Handle< Value >())
static void RemoveDebugEventListener (DebugEventCallback that)
static void RemoveDebugEventListener (v8::Handle< v8::Function > that)
static void StackDump ()
static void DebugBreak ()
static void SetMessageHandler (DebugMessageHandler handler, void *data=NULL)
static void SendCommand (const uint16_t *command, int length)

説明

v8-debug.h109 行で定義されています。


関数

bool v8::Debug::AddDebugEventListener ( DebugEventCallback  that,
Handle< Value data = Handle<Value>() 
) [static]
bool v8::Debug::AddDebugEventListener ( v8::Handle< v8::Function that,
Handle< Value data = Handle<Value>() 
) [static]
void v8::Debug::DebugBreak (  )  [static]

api.cc2877 行で定義されています。

参照先 v8::internal::V8::HasBeenSetup().

void v8::Debug::RemoveDebugEventListener ( v8::Handle< v8::Function that  )  [static]
void v8::Debug::RemoveDebugEventListener ( DebugEventCallback  that  )  [static]
void v8::Debug::SendCommand ( const uint16_t *  command,
int  length 
) [static]

api.cc2889 行で定義されています。

参照先 v8::internal::V8::HasBeenSetup(), と v8::internal::Debugger::ProcessCommand().

void v8::Debug::SetMessageHandler ( v8::DebugMessageHandler  handler,
void *  data = NULL 
) [static]

api.cc2883 行で定義されています。

参照先 v8::EnsureInitialized().

static void v8::Debug::StackDump (  )  [static]

このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義