#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.h の 109 行で定義されています。
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] |
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] |
void v8::Debug::SetMessageHandler | ( | v8::DebugMessageHandler | handler, | |
void * | data = NULL | |||
) | [static] |
static void v8::Debug::StackDump | ( | ) | [static] |