Searched refs:SetDebugDelegate (Results 1 – 5 of 5) sorted by relevance
276 void SetDebugDelegate(debug::DebugDelegate* delegate);
178 void SetDebugDelegate(Isolate* isolate, DebugDelegate* listener);
1895 void Debug::SetDebugDelegate(debug::DebugDelegate* delegate) { in SetDebugDelegate() function in v8::internal::Debug
182 v8::debug::SetDebugDelegate(m_isolate, this); in enable()207 v8::debug::SetDebugDelegate(m_isolate, nullptr); in disable()
9555 void debug::SetDebugDelegate(Isolate* v8_isolate, in SetDebugDelegate() function in v8::debug9558 isolate->debug()->SetDebugDelegate(delegate); in SetDebugDelegate()