Home
last modified time | relevance | path

Searched refs:DebugInfoClearFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug.h486 using DebugInfoClearFunction = std::function<void(Handle<DebugInfo>)>; variable
487 void ClearAllDebugInfos(const DebugInfoClearFunction& clear_function);
Ddebug.cc2022 void Debug::ClearAllDebugInfos(const DebugInfoClearFunction& clear_function) { in ClearAllDebugInfos()