Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-server.cc397 isolate_->debug()->SetDebugDelegate(this); in DebugDelegate()
405 isolate_->debug()->SetDebugDelegate(nullptr); in ~DebugDelegate()
/third_party/node/deps/v8/src/debug/
Ddebug.h296 void SetDebugDelegate(debug::DebugDelegate* delegate);
Ddebug-interface.h289 V8_EXPORT_PRIVATE void SetDebugDelegate(Isolate* isolate,
Ddebug-interface.cc862 void SetDebugDelegate(Isolate* v8_isolate, DebugDelegate* delegate) { in SetDebugDelegate() function
864 isolate->debug()->SetDebugDelegate(delegate); in SetDebugDelegate()
Ddebug.cc2440 void Debug::SetDebugDelegate(debug::DebugDelegate* delegate) { in SetDebugDelegate() function in v8::internal::Debug
/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc94 v8::debug::SetDebugDelegate(m_isolate, this); in enable()
126 v8::debug::SetDebugDelegate(m_isolate, nullptr); in disable()
/third_party/node/deps/v8/src/d8/
Dd8.cc2224 v8::debug::SetDebugDelegate(args.GetIsolate(), &dummy_delegate); in EnableDebugger()
2228 v8::debug::SetDebugDelegate(args.GetIsolate(), nullptr); in DisableDebugger()