Searched refs:DebugInfoClearFunction (Results 1 – 2 of 2) sorted by relevance
449 typedef std::function<void(Handle<DebugInfo>)> DebugInfoClearFunction; typedef450 void ClearAllDebugInfos(DebugInfoClearFunction clear_function);
1545 void Debug::ClearAllDebugInfos(DebugInfoClearFunction clear_function) { in ClearAllDebugInfos()