Home
last modified time | relevance | path

Searched refs:SetDebugDelegate (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/debug/
Ddebug.h276 void SetDebugDelegate(debug::DebugDelegate* delegate);
Ddebug-interface.h178 void SetDebugDelegate(Isolate* isolate, DebugDelegate* listener);
Ddebug.cc1895 void Debug::SetDebugDelegate(debug::DebugDelegate* delegate) { in SetDebugDelegate() function in v8::internal::Debug
/external/v8/src/inspector/
Dv8-debugger.cc182 v8::debug::SetDebugDelegate(m_isolate, this); in enable()
207 v8::debug::SetDebugDelegate(m_isolate, nullptr); in disable()
/external/v8/src/
Dapi.cc9555 void debug::SetDebugDelegate(Isolate* v8_isolate, in SetDebugDelegate() function in v8::debug
9558 isolate->debug()->SetDebugDelegate(delegate); in SetDebugDelegate()