Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h449 typedef std::function<void(Handle<DebugInfo>)> DebugInfoClearFunction; typedef
450 void ClearAllDebugInfos(DebugInfoClearFunction clear_function);
Ddebug.cc1545 void Debug::ClearAllDebugInfos(DebugInfoClearFunction clear_function) { in ClearAllDebugInfos()