Searched refs:DebugInfoClearFunction (Results 1 – 2 of 2) sorted by relevance
486 using DebugInfoClearFunction = std::function<void(Handle<DebugInfo>)>; variable487 void ClearAllDebugInfos(const DebugInfoClearFunction& clear_function);
2022 void Debug::ClearAllDebugInfos(const DebugInfoClearFunction& clear_function) { in ClearAllDebugInfos()