Searched refs:NativeDebugDelegate (Results 1 – 3 of 3) sorted by relevance
2345 NativeDebugDelegate::NativeDebugDelegate(Isolate* isolate, in NativeDebugDelegate() function in v8::internal::NativeDebugDelegate2352 NativeDebugDelegate::~NativeDebugDelegate() { in ~NativeDebugDelegate()2356 NativeDebugDelegate::EventDetails::EventDetails(DebugEvent event, in EventDetails()2365 DebugEvent NativeDebugDelegate::EventDetails::GetEvent() const { in GetEvent()2369 v8::Local<v8::Object> NativeDebugDelegate::EventDetails::GetExecutionState() in GetExecutionState()2374 v8::Local<v8::Object> NativeDebugDelegate::EventDetails::GetEventData() const { in GetEventData()2378 v8::Local<v8::Context> NativeDebugDelegate::EventDetails::GetEventContext() in GetEventContext()2383 v8::Local<v8::Value> NativeDebugDelegate::EventDetails::GetCallbackData() in GetCallbackData()2388 v8::Isolate* NativeDebugDelegate::EventDetails::GetIsolate() const { in GetIsolate()2392 void NativeDebugDelegate::ProcessDebugEvent(v8::DebugEvent event, in ProcessDebugEvent()
642 class NativeDebugDelegate : public LegacyDebugDelegate {644 NativeDebugDelegate(Isolate* isolate, v8::Debug::EventCallback callback,646 virtual ~NativeDebugDelegate();
8980 i::NativeDebugDelegate* delegate = in SetDebugEventListener()8981 new i::NativeDebugDelegate(i_isolate, that, i_data); in SetDebugEventListener()